Mark Emails
This operation marks specified Outlook emails as read or unread.
Note: This operation is part of the Outlook Book (BDK). To use this book, you need to first learn it in your agent.
Note: It requires the following permissions on the scopes: Mail.ReadWrite, Mail.ReadWrite.Shared
Input Concepts
Concept | Description | Type | Required | Default Value |
---|---|---|---|---|
emails | The emails to be marked | outlook email | Yes | N/A |
read | The status to mark the emails as. True for read, False for unread. | boolean | No | True |
Examples
Mark the specified emails as read
use the above as the emails
mark the emails
Mark the specified emails as unread
use the above as the emails
mark the emails with
the read is "False"
Updated 7 days ago