Conversation.MoveItemsInConversation(FolderId, FolderId) Method

Definition

Moves items in a conversation to a destination folder.

public:
 void MoveItemsInConversation(Microsoft::Exchange::WebServices::Data::FolderId ^ contextFolderId, Microsoft::Exchange::WebServices::Data::FolderId ^ destinationFolderId);
public void MoveItemsInConversation (Microsoft.Exchange.WebServices.Data.FolderId contextFolderId, Microsoft.Exchange.WebServices.Data.FolderId destinationFolderId);
Public Sub MoveItemsInConversation (contextFolderId As FolderId, destinationFolderId As FolderId)

Parameters

contextFolderId
FolderId

The folder identifier of the folder that contains the conversation items to move. If this argument is set to a null reference (Nothing in Visual Basic), all items in a conversation across an entire mailbox are moved to the destination folder.

destinationFolderId
FolderId

The destination folder identifier of the folder that will contain the moved items.

Remarks

Calling this method results in a call to Exchange Web Services (EWS).

Applies to