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