Skip to main content

MailOptions

Defines properties for configuring email options, including sender details, message content, recipients, and attachments.

Properties

NameDescription
MessageOptionsSpecifies the message content, including subject and body, for the email.
BccRecipientsDefines the list of recipients who receive a blind copy of the email.
IsChangedIndicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications.
ToRecipientsDefines the list of primary recipients for the email.
AttachmentsSpecifies the list of attachments to be included in the email.
FromOptionsSpecifies the sender details for the email.
CcRecipientsDefines the list of recipients who receive a copy of the email.