get-shared-mailbox-attachment-content
get-shared-mailbox-attachment-contentDownload an attachment from a shared mailbox email and extract its text content using the attachment ID, message ID, and mailbox address.
Instructions
Download an attachment from a shared-mailbox message (text extraction like get-mail-attachment-content).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mailbox | Yes | Shared mailbox address | |
| fileName | No | Attachment file name (helps pick the right text extractor) | |
| messageId | Yes | Value for messageId | |
| attachmentId | Yes | Value for attachmentId |