Get IMAP Email Attachment
Description
The Get IMAP Email Attachment activity retrieves an email attachment from an IMAP mailbox using an attachment reference produced by the Read IMAP Email activity.
Common Capabilities
Process Data Support
This activity supports dynamic configuration using variables from the Process Data drawer.
You can bind values from Model Data, Form Data, System Data, Enterprise Variables, and Activity Outputs.
Learn more → Using Process Data
Design Time Configuration
Display Text
Specifies the activity's display name as shown on the workflow canvas.
Attachment Reference
Specifies the attachment reference JSON obtained from the Read IMAP Email activity. Use the value from the AttachmentReference property of the selected email attachment.
This reference uniquely identifies the attachment to be retrieved from the mailbox.
Execution Control (Wait All Incoming)
Controls how the activity behaves when multiple incoming execution paths converge.
For detailed behavior and examples, see Execution Control – Wait All Incoming.
Error Handling (On Error)
Defines how the workflow proceeds if the activity encounters an error.
For supported strategies (Fault, Continue, Suspend, Retry), see On Error Handler.
Output
File Content
Returns the attachment file content as a Base64-encoded stringsuitable for storage, transformation, or file creation.
File Name
Returns the original file name of the attachment.
Content Type
Returns the attachment’s MIME type (for example, application/pdf, image/png).
Size
Returns the attachment's size in bytes.
Is Inline
Indicates whether the attachment was an inline attachment (true) or a regular file attachment (false).