CopyConversationItems
Contents
[
Hide
]CopyConversationItems (1 of 2)
Copies the conversation items, which are located in the specified folder, into the specified target folder
Returns: virtual void Aspose::Email::Clients::Exchange::WebService::
CopyConversationItems(System::String conversationId, System::String contextFolderId, System::String destinationFolderId)
| Parameter | Description |
|---|---|
| conversationId | Id of conversation to copy |
| contextFolderId | Id of folder in which conversation items are located. Note: If it’s set to null(or empty), all conversation items will be copied |
| destinationFolderId | Id of folder into which copy items |
CopyConversationItems (2 of 2)
Copies the conversation items into the specified target folder
Returns: virtual void Aspose::Email::Clients::Exchange::WebService::
CopyConversationItems(System::String conversationId, System::String destinationFolderId)
| Parameter | Description |
|---|---|
| conversationId | Id of conversation to copy |
| destinationFolderId | Id of folder into which copy items |