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