IMailMessageOptions
Defines properties for email message options, including source type, subject, and message details.
Properties
| Name | Description |
|---|---|
| SubjectValue | Represents the value of the email subject. |
| IsHtml | Indicates whether the email message is in HTML format. |
| SubjectSourceType | Specifies the source type for the email subject. |
| CultureValue | Specifies the culture value used for the email content. |
| MessageSourceType | Specifies the source type for the email message content. |
| MessageValue | Represents the value of the email message content. |
| IsChanged | Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications. |