Mark Emails
Marks specified Outlook emails as read or unread.
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"
Last updated
Was this helpful?