Mail Search
mail_searchFind Outlook emails by searching inbox, sent, drafts, or any custom folder. Filter by date range, subject, or sender to locate specific messages.
Instructions
Search the default Outlook Inbox, Sent Items, or Drafts folder
(folder), or an arbitrary custom folder resolved from the default
mail store's root (folderPath, a /-delimited path) — exactly one
of folder/folderPath is required. Also filters by date range,
subject substring, and/or sender substring; at least one of
dateFrom/dateTo/subject/sender is required. limit bounds the
number of rows returned (optional, default 50, hard max 200 —
over-max is clamped, not rejected; <= 0 is rejected).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| dateTo | No | ||
| folder | No | ||
| sender | No | ||
| subject | No | ||
| dateFrom | No | ||
| folderPath | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes | ||
| results_truncated | No |