get_email
Retrieves the complete content of an email using its unique Entry ID, with an option to limit the body character count.
Instructions
Read a full email by its entry_id (from list_emails/search_emails).
Args: entry_id: The Outlook EntryID of the email. body_max_chars: Truncate the body after this many characters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entry_id | Yes | ||
| body_max_chars | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |