list-mail-child-folders
list-mail-child-foldersList subfolders within a specified Outlook mail folder to explore your mailbox hierarchy. Provide a folder ID to retrieve its child folders, with pagination support for large structures.
Instructions
List child folders of a mail folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Continuation token (nextCursor of a previous truncated response). Continues that listing; other query inputs are ignored. | |
| folderId | Yes | Mail folder id (from list-mail-folders) | |
| 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. |