Define the mail parameters such as the recipient, the subject or the body of the mail.
| Property | Type | Description |
|---|---|---|
| to | string | List of direct recipients of the email. |
| cc | string | List of Carbon Copy recipients of the email. |
| bcc | string | List of Blind Carbon Copy recipients of the email. |
| subject | string | Subject of the email. |
| body | string | Body of the email. |
| isHtmlBody | boolean | Property to define if the mail body is considered as html (set to false by default). |
| attachments | Array.<irpa_googleworkspace.gmailAttachment> | List of attachment. |