IMailOptions
Defines properties for configuring email options, including sender details, message content, recipients, and attachments.
Properties
| Name | Description |
|---|---|
| CcRecipients | Defines the list of recipients who receive a copy of the email. |
| ToRecipients | Defines the list of primary recipients for the email. |
| MessageOptions | Specifies the message content, including subject and body, for the email. |
| FromOptions | Specifies the sender details for the email. |
| BccRecipients | Defines the list of recipients who receive a blind copy of the email. |
| Attachments | Specifies the list of attachments to be included in the email. |
| IsChanged | Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications. |