Mail Get Message
mail_get_messageFetch a complete Outlook message (body, attachments) by its entry ID. Get the HTML body as well by passing includeHtmlBody=true.
Instructions
Fetch full detail (including body) for a single Inbox/Sent
Items/Drafts/folderPath message by its Outlook entryId.
attachmentNames is always populated; htmlBody is populated only
when includeHtmlBody=true is passed (default false).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entryId | Yes | ||
| includeHtmlBody | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| body | Yes | ||
| date | Yes | ||
| sender | Yes | ||
| subject | Yes | ||
| entry_id | Yes | ||
| html_body | No | ||
| sender_address | Yes | ||
| has_attachments | Yes | ||
| attachment_names | No |