MailAttachments
Represents an interface for mail attachments, including attachment type, key, value, path, and a flag for modification status.
Properties
Name | Description |
---|---|
Key | A unique identifier for the mail attachment. |
IsChanged | Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications. |
Type | The MailAttachmentType enum defines types of attachments available for emails in the workflow, specifying the source of the attachment. |
Path | The file path where the attachment is stored or retrieved. |
Value | The content or data of the mail attachment. |