Description of a mail.
| Property | Type | Description |
|---|---|---|
| subject | string | Subject of the mail. |
| body | string | Body of the mail. |
| toRecipients | Array.<string> | Recipients of the mail. |
| ccRecipients | Array.<string> | CC Recipients of the mail. |
| bccRecipients | Array.<string> | BCC Recipients of the mail. |
| onBehalfOf | string | Mail adress on behalf of whom the mail will be sent. Additional permissions required and account permissions on behalf of required. |
| attachments | Array.<irpa_365online.attachment> | Attachments list of local files. |
| linkAttachments | Array.<irpa_365online.remoteFile> | Remote files list to be link as attachment to the mail. |