outlook_read_message
Retrieve a full email message by ID. Choose text, HTML, or full format; optionally include scheduled-send time or return a concise preview for triage.
Instructions
Get one full message by ID. format is "text", "html", or "full" (both).
Pass include_deferred_send=True to also return the scheduled-send time (PR_DEFERRED_SEND_TIME) as deferred_send_datetime — useful when recreating a delayed draft. Pass concise=True to drop large fields (body, body_html) and return a 200-char body_preview — ~10x fewer tokens for triage scans.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes | ||
| format | No | text | |
| include_deferred_send | No | ||
| concise | No |