Skip to main content

FlowMailSenderProperties Properties

An object defining properties for the FlowMailSenderProperties class.

ValueOptions

Specifies the value options used for configuring the mail sender.

Type: IVariableValueOptions


IsChanged

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

Type: bool


ResumeOnError

[Obsolete] Indicates whether the mail sending process should resume on encountering an error.

Type: bool


ErrorDescriptionObjectName

[Obsolete] Specifies the object name used for describing errors during the mail sending process.

Type: string


ErrorOptions

Specifies error handling options for the mail sender.

Type: IFlowErrorOptions


MailOptions

Defines the mail settings, including recipients, sender details, and message content.

Type: IMailOptions


Caption

A dictionary containing captions for workflow objects, mapping identifiers to their display names.

Type: Dictionary<string, string>