update-mail-message
Modify email message properties like subject, body, recipients, attachments, and categories in Microsoft 365 Outlook via the Microsoft Graph API.
Instructions
Update the properties of an eventMessage object.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| messageId | Yes | Path parameter: messageId | |
| includeHeaders | No | Include response headers (including ETag) in the response metadata | |
| excludeResponse | No | Exclude the full response body and only return success or failure indication |