Folder.MarkAllItemsAsRead(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Marks all items in folder as read. The MarkAllItemsAsRead(Boolean) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public:
void MarkAllItemsAsRead(bool suppressReadReceipts);
public void MarkAllItemsAsRead (bool suppressReadReceipts);
Public Sub MarkAllItemsAsRead (suppressReadReceipts As Boolean)
Parameters
- suppressReadReceipts
- Boolean
true to suppress sending read receipts for items; otherwise, false.
Remarks
Calling this method results in a call to Exchange Web Services (EWS).