ConversationDisableAlwaysCategorizeItems - метод

Sets up a conversation so that any item received within that conversation is no longer categorized. 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 DisableAlwaysCategorizeItems(
	bool processSynchronously
)

Параметры

processSynchronously  Boolean
Indicates whether the method should return only once disabling this rule and removing the categories from existing items in the conversation is completely done. If processSynchronously is false, the method returns immediately.

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

Task

См. также