CreateItemsAsync

IAsyncEwsClient.CreateItemsAsync method

在指定文件夹中创建指定项目

public Task<IEnumerable<ExchangeUploadItemResult>> CreateItemsAsync(
    IEnumerable<ExchangeStreamedItem> items, string parentFolderUri, 
    CancellationToken cancellationToken = default)
范围类型描述
itemsIEnumerable`1要上传的项目
parentFolderUriString指定放置项目的文件夹
cancellationTokenCancellationToken取消令牌。

返回值

一个数组ExchangeUploadItemResult

例外

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

也可以看看