ExchangeServiceEnableAlwaysCategorizeItemsInConversations - метод
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.6.0.22
public Task<ServiceResponseCollection<ServiceResponse>> EnableAlwaysCategorizeItemsInConversations(
IEnumerable<ConversationId> conversationId,
IEnumerable<string> categories,
bool processSynchronously,
CancellationToken token = default
)
Public Function EnableAlwaysCategorizeItemsInConversations (
conversationId As IEnumerable(Of ConversationId),
categories As IEnumerable(Of String),
processSynchronously As Boolean,
Optional token As CancellationToken = Nothing
) As Task(Of ServiceResponseCollection(Of ServiceResponse))
public:
Task<ServiceResponseCollection<ServiceResponse^>^>^ EnableAlwaysCategorizeItemsInConversations(
IEnumerable<ConversationId^>^ conversationId,
IEnumerable<String^>^ categories,
bool processSynchronously,
CancellationToken token = CancellationToken()
)
member EnableAlwaysCategorizeItemsInConversations :
conversationId : IEnumerable<ConversationId> *
categories : IEnumerable<string> *
processSynchronously : bool *
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<ServiceResponseCollection<ServiceResponse>>
- conversationId IEnumerableConversationId
- The id of the conversation.
- categories IEnumerableString
- The categories that should be stamped on items in the conversation.
- processSynchronously Boolean
- 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.
- token CancellationToken (Optional)
-
TaskServiceResponseCollectionServiceResponse