IAsyncEwsClient.CopyConversationItemsAsync
IAsyncEwsClient.CopyConversationItemsAsync method
Copies the conversation items, which are located in the specified folder, into the specified target folder
public Task CopyConversationItemsAsync(string conversationId, string destinationFolderId,
string contextFolderId = null, CancellationToken cancellationToken = default)
Parameter | Type | Description |
---|
conversationId | String | Id of conversation to copy |
destinationFolderId | String | Id of folder into which copy items |
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 |
cancellationToken | CancellationToken | The cancellation token. |
Exceptions
See Also