FlowMessageOptions
Represents options for sending workflow messages, including settings for email sending, multilingual content, custom messages, attachments, and a modification status flag.
Properties
Name | Description |
---|---|
CustomMessage | A multilingual dictionary containing custom messages, mapping language codes to custom message content. |
EnableSendMail | Indicates whether email sending is enabled for the workflow message. |
IsChanged | Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications. |
Attachments | A list of attachments included in the workflow message. |
Message | A multilingual dictionary containing the body of the workflow messages, mapping language codes to message content. |
IsCustomMessage | Indicates whether the message uses a custom template or content. |
Subject | A multilingual dictionary containing the subject lines of the workflow messages, mapping language codes to subject text. |