IEWSClient.DeleteConversationItems
DeleteConversationItems(string)
Deletes all items of the specified conversation
public void DeleteConversationItems(string conversationId)
| Parameter | Type | Description | 
|---|
| conversationId | String | Id of conversation to delete | 
Exceptions
See Also
DeleteConversationItems(string, string)
Deletes the conversation items, which are located in the specified folder
public void DeleteConversationItems(string conversationId, string contextFolderId)
| Parameter | Type | Description | 
|---|
| conversationId | String | Id of conversation to delete | 
| contextFolderId | String | Id of folder in which delete conversation items. Note: If it’s set to null(or empty), all conversation items will be deleted | 
Exceptions
See Also