ExchangeService.EnableAlwaysMoveItemsInConversations 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
启用对话中的新项目和现有项自动移动到目标文件夹。
public:
Microsoft::Exchange::WebServices::Data::ServiceResponseCollection<Microsoft::Exchange::WebServices::Data::ServiceResponse ^> ^ EnableAlwaysMoveItemsInConversations(System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::ConversationId ^> ^ conversationId, Microsoft::Exchange::WebServices::Data::FolderId ^ destinationFolderId, bool processSynchronously);
public Microsoft.Exchange.WebServices.Data.ServiceResponseCollection<Microsoft.Exchange.WebServices.Data.ServiceResponse> EnableAlwaysMoveItemsInConversations (System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.ConversationId> conversationId, Microsoft.Exchange.WebServices.Data.FolderId destinationFolderId, bool processSynchronously);
Public Function EnableAlwaysMoveItemsInConversations (conversationId As IEnumerable(Of ConversationId), destinationFolderId As FolderId, processSynchronously As Boolean) As ServiceResponseCollection(Of ServiceResponse)
参数
- conversationId
- IEnumerable<ConversationId>
会话标识符。
- destinationFolderId
- FolderId
文件夹标识符。
- processSynchronously
- Boolean
如果为 true ,则指示该方法在完成启用自动将项目从指定对话移动到目标文件夹,并将现有对话项移动到目标文件夹 (后应返回,而不是立即返回) ;否则为 false。
返回
响应的集合。
注解
调用此方法会导致调用 Exchange Web Services (EWS) 。