LocalEmailParamsinterface
This composite type describes the parameters to be populated on creating a new local email.
Properties (11)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| additionalProps⚓︎ | object | x | x | Additional properties. |
| attachments⚓︎ | string[] | AttachmentParams[] | x | x | An array of the full paths to existing files to be attached OR an array of objects with the name and data of each attachment to be dynamically created and attached. |
| bcc⚓︎ | string | string[] | x | x | The blind co-recipient(s) of the email. |
| body⚓︎ | string | x | x | The body text of the email, formatted as a plain string. |
| bodyHtml⚓︎ | string | x | x | The body of the email, formatted as an HTML string. |
| cc⚓︎ | string | string[] | x | x | The co-recipient(s) of the email. |
| cookie⚓︎ | string | x | x | The cookie of the email. |
| location⚓︎ | Email | CommonOutlookFolder | string | x | The location where the local email will be created. |
|
| sender⚓︎ | string | x | The sender of the email. |
|
| subject⚓︎ | string | x | The subject field of the email. |
|
| to⚓︎ | string | string[] | x | The primary recipient(s) of the email. |