mark_emails_as_read
Mark specified emails as read using their email IDs obtained from listing email metadata. Removes the unread badge from selected messages.
Instructions
Mark one or more emails as read by their email_id. Use list_emails_metadata first to get the email_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_name | Yes | The name of the email account. | |
| email_ids | Yes | List of email_id to mark as read (obtained from list_emails_metadata). | |
| mailbox | No | The mailbox containing the emails. | INBOX |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |