Skip to main content

IMailOptions Properties

An object defining properties for the IMailOptions class.

MessageOptions

Specifies the message content, including subject and body, for the email.

Type: IMailMessageOptions


BccRecipients

Defines the list of recipients who receive a blind copy of the email.

Type: List<IMailRecipientsOptions>


IsChanged

Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications.

Type: bool


ToRecipients

Defines the list of primary recipients for the email.

Type: List<IMailRecipientsOptions>


Attachments

Specifies the list of attachments to be included in the email.

Type: List<IMailAttachments>


FromOptions

Specifies the sender details for the email.

Type: IMailFromOptions


CcRecipients

Defines the list of recipients who receive a copy of the email.

Type: List<IMailRecipientsOptions>