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

ConceptDescriptionTypeRequiredDefault Value
emailsThe emails to be markedoutlook emailYesN/A
readThe status to mark the emails as. True for read, False for unread.booleanNoTrue

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"