recent_emails
List recent Outlook emails newest first without bodies; page through results with cursors to browse inbox or a chosen folder.
Instructions
List recent emails, newest received first, without bodies. Defaults to the default Inbox. store_id alone selects that store's Inbox; folder_id requires store_id. Follow next_cursor with unchanged filters (limit may change). Pagination is best effort, not a snapshot. Cursors are single-use and expire after 10 minutes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| store_id | No | ||
| folder_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| omitted | No | ||
| coverage | Yes | ||
| store_id | Yes | ||
| warnings | No | ||
| folder_id | Yes | ||
| next_cursor | Yes |