Complement to add to a forward or a reply of a mail.
| Property | Type | Description |
|---|---|---|
| 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. |
| 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. |