get_recent_emails_all_folders
Fetch recent emails from all mailbox folders, excluding Deleted Items, Junk, and Drafts, returning short text previews to keep the response compact.
Instructions
Fetch recently received emails across the entire mailbox (all folders, not just Inbox), excluding Deleted Items (and its subfolders), Junk, Junk Emails, and Drafts. Returns bodyPreview (short text snippet) instead of full HTML body to keep payload small.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max emails (default: 10) | |
| mailbox | No | Target Outlook email address / mailbox. Defaults to primary configured user email if omitted. |