list-mail-attachments
list-mail-attachmentsFetch attachment metadata—name, contentType, and size—for a specific Microsoft 365 message using its messageId. Supports paginated listing to handle large or truncated results without downloading attachments.
Instructions
List attachments of a message (metadata only: name, contentType, size).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Continuation token (nextCursor of a previous truncated response). Continues that listing; other query inputs are ignored. | |
| maxItems | No | Maximum items to return across pages (default 50, max 500). Pagination via @odata.nextLink is handled automatically; when the result is truncated, pass its nextCursor as cursor to continue. | |
| messageId | Yes | Value for messageId |