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

ConversationFlagItems - метод

Flags conversation items. Calling this method results in a call to EWS.

Пространство имён:  Tessa.Exchange.WebServices.Data
Сборка:  Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис
public Task FlagItems(
	FolderId contextFolderId,
	DateTime? startDate,
	DateTime? dueDate
)

Параметры

contextFolderId
Тип: Tessa.Exchange.WebServices.DataFolderId
The Id of the folder items must belong to in order to be flagged. If contextFolderId is null, items in conversation across the entire mailbox are flagged.
startDate
Тип: SystemNullableDateTime
The start date (can be null).
dueDate
Тип: SystemNullableDateTime
The due date (can be null).

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

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