Mark Email Read/Unread
email_mark_readMark an email as read or unread in Microsoft 365. Provide email ID and account ID to update status.
Instructions
✏️ Mark an email as read or unread (requires user confirmation recommended)
Simpler alternative to email_update for marking emails as read/unread.
Args: email_id: The email ID to update account_id: Microsoft account ID is_read: Whether to mark as read (True) or unread (False) (default: True)
Returns: Updated email object
Raises: ValueError: If email_id is invalid ValidationError: If is_read is not a boolean
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| email_id | Yes | ||
| account_id | Yes | ||
| is_read | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||