mark_emails_as_read
Mark one or more emails as read in a mailbox using their email IDs from list_emails_metadata. Provides per-ID status for partial results, enabling you to track each email's outcome.
Instructions
Mark one or more emails as read by email_id. This is the common-workflow equivalent of adding \Seen with set_email_flags. Use list_emails_metadata first. Partial or ambiguous effects report per-ID succeeded/failed/unknown status and are not retried automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mailbox | No | The mailbox containing the emails. | INBOX |
| email_ids | Yes | List of email_id to mark as read (obtained from list_emails_metadata). | |
| account_name | Yes | The name of the email account. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |