Basic Information

appmixer.microsoft.mail.GetAttachments

Get Attachments Metadata

1.0.0

Public

Get message attachments metadata only (id, name, content type, size, etc.). The binary content is not included — use the Download Attachment component to download the content. Output Type selects between one message holding a Result array of every attachment, and one message per attachment.

Input Ports

in

FieldTypeDescription
Message ID text Message ID. Use e.g. the NewEmail trigger to get the message ID.
Output Type select Choose how the attachments leave this component. 'All attachments at once' sends a single message with a Result array of all attachments plus their Items Count. 'One attachment at a time' sends one message per attachment, each carrying the attachment fields plus its Current Item Index and Items Count — the branch below runs once per attachment.

Full Metadata