Conversation.CopyItemsInConversation(FolderId, FolderId) 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.
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).