list-shared-mailbox-folders
list-shared-mailbox-foldersList folders in a shared mailbox to locate emails or manage structure. Provide the mailbox address and use pagination for large results.
Instructions
List mail folders of a shared mailbox the user has access to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Continuation token (nextCursor of a previous truncated response). Continues that listing; other query inputs are ignored. | |
| mailbox | Yes | Shared mailbox address, e.g. info@company.com | |
| 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. |