ConversationFlagItemsComplete - метод

Flag conversation items as complete. 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 FlagItemsComplete(
	FolderId contextFolderId,
	DateTime? completeDate
)

Параметры

contextFolderId  FolderId
The Id of the folder items must belong to in order to be flagged as complete. If contextFolderId is null, items in conversation across the entire mailbox are marked as complete.
completeDate  NullableDateTime
The complete date (can be null).

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

Task

См. также