Conversation.EnableAlwaysMoveItems(FolderId, Boolean) 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.
Enables the automatic move of new and existing items in a conversation to a target folder.
public:
void EnableAlwaysMoveItems(Microsoft::Exchange::WebServices::Data::FolderId ^ destinationFolderId, bool processSynchronously);
public void EnableAlwaysMoveItems (Microsoft.Exchange.WebServices.Data.FolderId destinationFolderId, bool processSynchronously);
Public Sub EnableAlwaysMoveItems (destinationFolderId As FolderId, processSynchronously As Boolean)
Parameters
- destinationFolderId
- FolderId
The identifier of the folder to which conversation items are moved.
- processSynchronously
- Boolean
true to indicate whether the method should return after it has completed enabling the automatic move of items in a conversation to the target folder and has moved existing conversation items to the target folder; false if the method is to return immediately.
Remarks
Calling this method results in a call to Exchange Web Services (EWS).