outlook_get_email
Fetch detailed email information by message ID. Control body format, truncation, and maximum length.
Instructions
Get detailed information about a specific email
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| messageId | Yes | The ID of the email message to retrieve | |
| truncate | No | Truncate long email bodies (default: true) | |
| maxLength | No | Maximum length for truncated body (default: 1000) | |
| format | No | Format of the body content (default: text) | text |