Skip to main content

IFlowMessageOptions Properties

An object defining properties for the IFlowMessageOptions class.

CustomMessage

A multilingual dictionary containing custom messages, mapping language codes to custom message content.

Type: Dictionary<string, string>


EnableSendMail

Indicates whether email sending is enabled for the workflow message.

Type: bool


IsChanged

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

Type: bool


Attachments

A list of attachments included in the workflow message.

Type: List<IMailAttachments>


Message

A multilingual dictionary containing the body of the workflow messages, mapping language codes to message content.

Type: Dictionary<string, string>


IsCustomMessage

Indicates whether the message uses a custom template or content.

Type: bool


Subject

A multilingual dictionary containing the subject lines of the workflow messages, mapping language codes to subject text.

Type: Dictionary<string, string>