ExchangeService.DisableAlwaysMoveItemsInConversations Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Disables the automatic moving of items from a specified conversation to a specified folder.
public:
Microsoft::Exchange::WebServices::Data::ServiceResponseCollection<Microsoft::Exchange::WebServices::Data::ServiceResponse ^> ^ DisableAlwaysMoveItemsInConversations(System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::ConversationId ^> ^ conversationIds, bool processSynchronously);
public Microsoft.Exchange.WebServices.Data.ServiceResponseCollection<Microsoft.Exchange.WebServices.Data.ServiceResponse> DisableAlwaysMoveItemsInConversations (System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.ConversationId> conversationIds, bool processSynchronously);
Public Function DisableAlwaysMoveItemsInConversations (conversationIds As IEnumerable(Of ConversationId), processSynchronously As Boolean) As ServiceResponseCollection(Of ServiceResponse)
Parameters
- conversationIds
- IEnumerable<ConversationId>
A collection of conversation identifiers.
- processSynchronously
- Boolean
true if the method returns after it has finished disabling automatic moving of items from a conversation to the specified folder (rather than returning immediately); otherwise, false.
Returns
A collection of responses.
Remarks
Calling this method results in a call to Exchange Web Services (EWS).