Mark Emails

Marks specified Outlook emails as read or unread.

This procedure is part of the Microsoft Outlook Book (BDK). To use this book, you must 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

  1. Mark the specified emails as read

use the above as the emails
mark the emails
  1. 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?