access-shared-mailbox
Retrieve emails from a shared mailbox you have delegated access to. Specify mailbox, folder, and page size.
Instructions
List emails from a shared mailbox the signed-in user has been granted access to (read-only). Returns paged messages from the named sharedMailbox (or alias email) and folder (default inbox) with id/subject/from/receivedDateTime/preview — same shape as search-emails list mode. Requires that the shared mailbox has been delegated to the signed-in user in Exchange (admin-configured). Use outputVerbosity to control field count and count (default 25, max 50) for page size. For full search/filter capability over a shared mailbox, prefer search-emails with a folder path scoped to the shared mailbox.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sharedMailbox | No | Email address of the shared mailbox (required) | |
| No | Alias for `sharedMailbox` (more intuitive name for the same value). | ||
| folder | No | Folder to read from (default: inbox) | |
| count | No | Number of emails to retrieve (default: 25, max: 50) | |
| outputVerbosity | No | Output detail level (default: standard) |