get_emails
Retrieve emails from a specific Outlook mailbox folder, applying filters for unread, flagged, today, or this week. Control the number of results and paginate with tokens for efficient email lookup.
Instructions
Get emails from a specific mailbox folder with optional filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of emails to return (default 20, max 500) | |
| filter | No | Filter preset | all |
| folderId | No | Folder ID or well-known name (Inbox, Drafts, SentItems, DeletedItems). Default: Inbox | Inbox |
| pageToken | No | Pagination token from previous response |