Skip to main content

FlowMailProperties Properties

An object defining properties for the FlowMailProperties class.

Caption

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

Type: Dictionary<string, string>


ShowInFlowHistory

Indicates whether the flow mail properties should be displayed in the flow history.

Type: bool


MessageOptions

Represents options for sending workflow messages, including settings for email sending, multilingual content, custom messages, attachments, and a modification status flag.

Type: IFlowMessageOptions


Documents

A list of documents associated with the flow mail properties in the workflow. Each item represents: Represents a document interface with properties for managing document settings, permissions, and signature options.

Type: List<IDocument>


WebNotificationOptions

Represents options for web notifications in a workflow, including multilingual titles, messages, and a flag for modification status.

Type: IFlowWebNotificationOptions


IsChanged

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

Type: bool


Members

Represents options for managing members within the workflow, including position groups, positions, users, table objects, detail objects, and a modification status flag.

Type: IFlowMembersOptions


NotificationOptions

Represents options for push notifications in a workflow, including multilingual captions, messages, enablement, and a flag for modification status.

Type: IFlowPushNotificationOptions