Skip to main content

IMailAttachments

Represents an interface for mail attachments, including attachment type, key, value, path, and a flag for modification status.

Properties

NameDescription
KeyA unique identifier for the mail attachment.
IsChangedIndicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications.
TypeThe MailAttachmentType enum defines types of attachments available for emails in the workflow, specifying the source of the attachment.
PathThe file path where the attachment is stored or retrieved.
ValueThe content or data of the mail attachment.