outlook_mark_as_read
Mark an email as read or unread by providing its message ID. Control email status with a boolean parameter.
Instructions
Mark an email as read or unread
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| messageId | Yes | The ID of the email to mark | |
| isRead | No | Whether to mark as read (true) or unread (false) |