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