get_message
Retrieve a specific email message by ID, with optional body content and raw Graph payload for detailed inspection.
Instructions
Fetch a single message by id.
Args: message_id: Graph message id. mailbox: Optional mailbox. include_body: When True, the full body is returned. Default False (snippet only). include_raw: Include the raw Graph payload under "raw".
Returns: Trimmed message object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mailbox | No | ||
| message_id | Yes | ||
| include_raw | No | ||
| include_body | No |