ConversationEnableAlwaysCategorizeItems - метод |
Sets up a conversation so that any item received within that conversation is always categorized.
Calling this method results in a call to EWS.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public Task EnableAlwaysCategorizeItems(
IEnumerable<string> categories,
bool processSynchronously
)
Public Function EnableAlwaysCategorizeItems (
categories As IEnumerable(Of String),
processSynchronously As Boolean
) As Task
public:
Task^ EnableAlwaysCategorizeItems(
IEnumerable<String^>^ categories,
bool processSynchronously
)
member EnableAlwaysCategorizeItems :
categories : IEnumerable<string> *
processSynchronously : bool -> Task
Параметры
- categories
- Тип: System.Collections.GenericIEnumerableString
The categories that should be stamped on items in the conversation. - processSynchronously
- Тип: SystemBoolean
Indicates whether the method should return only once enabling this rule and stamping existing items
in the conversation is completely done. If processSynchronously is false, the method returns immediately.
Возвращаемое значение
Тип:
TaskСм. также