IEWSClient.DeleteConversationItems

DeleteConversationItems(string)

Deletes all items of the specified conversation

public void DeleteConversationItems(string conversationId)
ParameterTypeDescription
conversationIdStringId of conversation to delete

Exceptions

exceptioncondition
AsposeArgumentExceptionconversationId is null or empty

See Also


DeleteConversationItems(string, string)

Deletes the conversation items, which are located in the specified folder

public void DeleteConversationItems(string conversationId, string contextFolderId)
ParameterTypeDescription
conversationIdStringId of conversation to delete
contextFolderIdStringId of folder in which delete conversation items. Note: If it’s set to null(or empty), all conversation items will be deleted

Exceptions

exceptioncondition
AsposeArgumentExceptionconversationId is null or empty

See Also