Information of a mail.
| Property | Type | Description |
|---|---|---|
| subject | string | Subject of the mail. |
| bodyInformation | any | Information on the body of the mail. |
| receivedDateTime | string | Receive date and time of the mail (ISO). |
| sender | any | Sender of the mail. |
| from | any | Creator of the email of the mail. |
| toRecipients | Array.<irpa_365online.mailAddress> | Recipients of the mail. |
| ccRecipients | Array.<irpa_365online.mailAddress> | CC Recipients of the mail. |
| bccRecipients | Array.<irpa_365online.mailAddress> | BCC Recipients of the mail. |
| attachmentFileNames | Array.<string> | File names list of the attachments of the mail. |