IMailFromOptions
Represents options for configuring the sender's information in an email, including display name and address source types.
Properties
| Name | Description |
|---|---|
| EnableReadNotification | Indicates whether read notification is enabled for the email. |
| DisplayNameSourceType | Specifies the source type for the display name of the sender. |
| FromAddressSourceType | Specifies the source type for the sender's email address. |
| DisplayNameValue | Represents the value of the display name for the sender. |
| FromAddressValue | Represents the value of the sender's email address. |
| IsChanged | Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications. |