Для изменения размера нажмите или перетащите

FolderMarkAllItemsAsRead - метод

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

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

Параметры

suppressReadReceipts
Тип: SystemBoolean
If true, suppress sending read receipts for items.
token (Optional)
Тип: System.ThreadingCancellationToken

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

Тип: TaskServiceResponseCollectionServiceResponse
См. также