ExchangeService.DisableAlwaysDeleteItemsInConversations 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 the Deleted Items folder.
public:
Microsoft::Exchange::WebServices::Data::ServiceResponseCollection<Microsoft::Exchange::WebServices::Data::ServiceResponse ^> ^ DisableAlwaysDeleteItemsInConversations(System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::ConversationId ^> ^ conversationId, bool processSynchronously);
public Microsoft.Exchange.WebServices.Data.ServiceResponseCollection<Microsoft.Exchange.WebServices.Data.ServiceResponse> DisableAlwaysDeleteItemsInConversations (System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.ConversationId> conversationId, bool processSynchronously);
Public Function DisableAlwaysDeleteItemsInConversations (conversationId As IEnumerable(Of ConversationId), processSynchronously As Boolean) As ServiceResponseCollection(Of ServiceResponse)
Parameters
- conversationId
- IEnumerable<ConversationId>
The conversation identifier.
- processSynchronously
- Boolean
true if the method returns after it has finished disabling automatic moving of items from a conversation to the Deleted Items folder and has restored the deleted items to their original folders (rather than returning immediately); otherwise, false.
Returns
A collection of responses.
Remarks
Calling this method results in a call to Exchange Web Services (EWS).