IAsyncEwsClient.DeleteItemAsync

IAsyncEwsClient.DeleteItemAsync method

Deletes specified item

public Task DeleteItemAsync(string itemUri, DeletionOptions options, 
    CancellationToken cancellationToken = default)
ParameterTypeDescription
itemUriStringAn item uri
optionsDeletionOptionsDefines parameters for item deletion
cancellationTokenCancellationTokenThe cancellation token.

See Also