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