DeleteConversationItems
DeleteConversationItems (1 of 2)
Deletes all items of the specified conversation
Returns: virtual void Aspose::Email::Clients::Exchange::WebService::
DeleteConversationItems(System::String conversationId)
| Parameter | Description |
|---|---|
| conversationId | Id of conversation to delete |
DeleteConversationItems (2 of 2)
Deletes the conversation items, which are located in the specified folder
Returns: virtual void Aspose::Email::Clients::Exchange::WebService::
DeleteConversationItems(System::String conversationId, System::String contextFolderId)
| Parameter | Description |
|---|---|
| conversationId | Id of conversation to delete |
| contextFolderId | Id of folder in which delete conversation items. Note: If it’s set to null(or empty), all conversation items will be deleted |