IAsyncEwsClient.UpdateItemsAsync
IAsyncEwsClient.UpdateItemsAsync method
Updates the specified items in to a mailbox.
public Task<IEnumerable<ExchangeUploadItemResult>> UpdateItemsAsync(
IEnumerable<ExchangeStreamedItem> items, CancellationToken cancellationToken = default)
Parameter | Type | Description |
---|---|---|
items | IEnumerable`1 | The items to be updated. |
cancellationToken | CancellationToken | The cancellation token. |
Return Value
An array of ExchangeUploadItemResult
Exceptions
exception | condition |
---|---|
AsposeArgumentNullException | items is null |
AsposeArgumentException | items is empty |
See Also
- class ExchangeUploadItemResult
- class ExchangeStreamedItem
- interface IAsyncEwsClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email