Updates the To recipients of an email draft.
Methods
Method | Return type | Brief description |
---|---|---|
addUpdateToRecipients(toRecipientEmails) | UpdateDraftToRecipientsAction | Updates the To recipients of an email draft. |
Detailed documentation
addUpdateToRecipients(toRecipientEmails)
Updates the To recipients of an email draft.
Parameters
Name | Type | Description |
---|---|---|
toRecipientEmails | String[] | The To recipients to insert to the email draft. |
Return
UpdateDraftToRecipientsAction
— This object, for chaining.