IEWSClient.CopyConversationItems

CopyConversationItems(string, string)

Copies the conversation items into the specified target folder

public void CopyConversationItems(string conversationId, string destinationFolderId)
ParameterTypeDescription
conversationIdStringId of conversation to copy
destinationFolderIdStringId of folder into which copy items

Exceptions

exceptioncondition
AsposeArgumentExceptionconversationId is null or empty
AsposeArgumentExceptiondestinationFolderId is null or empty

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)
ParameterTypeDescription
conversationIdStringId of conversation to copy
contextFolderIdStringId of folder in which conversation items are located. Note: If it’s set to null(or empty), all conversation items will be copied
destinationFolderIdStringId of folder into which copy items

Exceptions

exceptioncondition
AsposeArgumentExceptionconversationId is null or empty
AsposeArgumentExceptiondestinationFolderId is null or empty

See Also