UpdateItemsAsync

IAsyncEwsClient.UpdateItemsAsync method

将指定项目更新到邮箱。

public Task<IEnumerable<ExchangeUploadItemResult>> UpdateItemsAsync(
    IEnumerable<ExchangeStreamedItem> items, CancellationToken cancellationToken = default)
范围类型描述
itemsIEnumerable`1要更新的项目。
cancellationTokenCancellationToken取消令牌。

返回值

一个数组ExchangeUploadItemResult

例外

例外(健康)状况
AsposeArgumentNullExceptionitems无效的
AsposeArgumentExceptionitems空的

也可以看看