IAsyncEwsClient.DeleteItemsAsync

IAsyncEwsClient.DeleteItemsAsync method

Deletes specified items

public Task DeleteItemsAsync(IEnumerable<string> itemUris, DeletionOptions options, 
    CancellationToken cancellationToken = default)
ParameterTypeDescription
itemUrisIEnumerable`1An items uris
optionsDeletionOptionsDefines parameters for items deletion
cancellationTokenCancellationTokenThe cancellation token.

See Also