IAsyncEwsClient.DeleteConversationItemsAsync
IAsyncEwsClient.DeleteConversationItemsAsync method
Deletes the conversation items, which are located in the specified folder
public Task DeleteConversationItemsAsync(string conversationId, string contextFolderId = null,
CancellationToken cancellationToken = default)
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 |
cancellationToken | CancellationToken | The cancellation token. |
Exceptions
See Also