Conversation.EnableAlwaysCategorizeItems 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
启用对话中项的自动分类。
public:
void EnableAlwaysCategorizeItems(System::Collections::Generic::IEnumerable<System::String ^> ^ categories, bool processSynchronously);
public void EnableAlwaysCategorizeItems (System.Collections.Generic.IEnumerable<string> categories, bool processSynchronously);
Public Sub EnableAlwaysCategorizeItems (categories As IEnumerable(Of String), processSynchronously As Boolean)
参数
- categories
- IEnumerable<String>
要自动应用于对话中的项目的类别。
- processSynchronously
- Boolean
如果为 true ,则指示方法在完成启用分类并将类别添加到对话中的现有项后是否应返回;如果方法要立即返回,则为 false 。
注解
调用此方法会导致调用 Exchange Web Services (EWS) 。