Class UpdateDraftSubjectAction

UpdateDraftSubjectAction

Updates the subject line of an email draft.

Methods

MethodReturn typeBrief description
addUpdateSubject(subject)UpdateDraftSubjectActionUpdates the subject line of an email draft.

Detailed documentation

addUpdateSubject(subject)

Updates the subject line of an email draft.

Parameters

NameTypeDescription
subjectStringThe subject line to insert to the email draft.

Return

UpdateDraftSubjectAction — This object, for chaining.