MailAttachments Properties
An object defining properties for the MailAttachments class.
Key
A unique identifier for the mail attachment.
Type: string
IsChanged
Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications.
Type: bool
Type
The MailAttachmentType
enum defines types of attachments available for emails in the workflow, specifying the source of the attachment.
Type: MailAttachmentType
Accepted Values:
Name Value DM 0 Flow 1 RelatedDocuments 2
Path
The file path where the attachment is stored or retrieved.
Type: string
Value
The content or data of the mail attachment.
Type: object