FolderMarkAllItemsAsRead - метод

Marks all items in folder as read. Calling this method results in a call to EWS.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public Task<ServiceResponseCollection<ServiceResponse>> MarkAllItemsAsRead(
	bool suppressReadReceipts,
	CancellationToken token = default
)

Параметры

suppressReadReceipts  Boolean
If true, suppress sending read receipts for items.
token  CancellationToken  (Optional)
 

Возвращаемое значение

TaskServiceResponseCollectionServiceResponse

См. также