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