ExchangeService.EnableAlwaysCategorizeItemsInConversations 方法

定义

启用指定对话中的项的自动分类。

public:
 Microsoft::Exchange::WebServices::Data::ServiceResponseCollection<Microsoft::Exchange::WebServices::Data::ServiceResponse ^> ^ EnableAlwaysCategorizeItemsInConversations(System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::ConversationId ^> ^ conversationId, System::Collections::Generic::IEnumerable<System::String ^> ^ categories, bool processSynchronously);
public Microsoft.Exchange.WebServices.Data.ServiceResponseCollection<Microsoft.Exchange.WebServices.Data.ServiceResponse> EnableAlwaysCategorizeItemsInConversations (System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.ConversationId> conversationId, System.Collections.Generic.IEnumerable<string> categories, bool processSynchronously);
Public Function EnableAlwaysCategorizeItemsInConversations (conversationId As IEnumerable(Of ConversationId), categories As IEnumerable(Of String), processSynchronously As Boolean) As ServiceResponseCollection(Of ServiceResponse)

参数

conversationId
IEnumerable<ConversationId>

会话标识符。

categories
IEnumerable<String>

要自动应用于指定对话中的项的类别。

processSynchronously
Boolean

如果 该方法在完成启用分类并将类别添加到指定会话 (中的现有项后返回,而不是立即返回) ,则为 true;否则为 false

返回

响应的集合。

注解

调用此方法会导致调用 Exchange Web Services (EWS) 。

适用于