Conversation.CopyItemsInConversation(FolderId, FolderId) Method

Definition

Copies items in the conversation to a specified folder.

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

Parameters

contextFolderId
FolderId

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

destinationFolderId
FolderId

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

Remarks

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

Applies to