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.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public Task DisableAlwaysCategorizeItems(
bool processSynchronously
)
Public Function DisableAlwaysCategorizeItems (
processSynchronously As Boolean
) As Task
public:
Task^ DisableAlwaysCategorizeItems(
bool processSynchronously
)
member DisableAlwaysCategorizeItems :
processSynchronously : bool -> Task
- 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