IEWSClient.CopyConversationItems
CopyConversationItems(string, string)
Copies the conversation items into the specified target folder
public void CopyConversationItems(string conversationId, string destinationFolderId)
| Parameter | Type | Description |
|---|
| conversationId | String | Id of conversation to copy |
| destinationFolderId | String | Id of folder into which copy items |
Exceptions
See Also
CopyConversationItems(string, string, string)
Copies the conversation items, which are located in the specified folder, into the specified target folder
public void CopyConversationItems(string conversationId, string contextFolderId,
string destinationFolderId)
| Parameter | Type | Description |
|---|
| conversationId | String | Id of conversation to copy |
| contextFolderId | String | 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 | String | Id of folder into which copy items |
Exceptions
See Also