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