outlook_list_attachments
Lists all attachments on an Outlook message — file attachments, linked files, and attached items. Returns the name, type, size, and ID for each attachment. Use outlook_get_attachment with an attachment ID to retrieve the actual file content.
Parameters
Returns
An array of attachment objects, each withid, name, contentType, size, isInline, and lastModifiedDateTime.
Example use
“What files are attached to message ID AAMkAGI2...?”