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