Edit

Share via


Folder.MarkAllItemsAsUnread(Boolean) Method

Definition

Marks all items in folder as unread. The MarkAllItemsAsUnread(Boolean) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 void MarkAllItemsAsUnread(bool suppressReadReceipts);
public void MarkAllItemsAsUnread (bool suppressReadReceipts);
Public Sub MarkAllItemsAsUnread (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).

Applies to