IAsyncEwsClient.UpdateItemsAsync

IAsyncEwsClient.UpdateItemsAsync method

Updates the specified items in to a mailbox.

public Task<IEnumerable<ExchangeUploadItemResult>> UpdateItemsAsync(
    IEnumerable<ExchangeStreamedItem> items, CancellationToken cancellationToken = default)
ParameterTypeDescription
itemsIEnumerable`1The items to be updated.
cancellationTokenCancellationTokenThe cancellation token.

Return Value

An array of ExchangeUploadItemResult

Exceptions

exceptioncondition
AsposeArgumentNullExceptionitems is null
AsposeArgumentExceptionitems is empty

See Also