FolderExistsAsync

IAsyncEwsClient.FolderExistsAsync method

检查指定文件夹是否存在。

public Task<bool> FolderExistsAsync(string parentFolderUri, string folderName, 
    CancellationToken cancellationToken = default)
范围类型描述
parentFolderUriString父文件夹的 uri。
folderNameString文件夹名称。
cancellationTokenCancellationToken取消令牌。

返回值

真的如果指定的文件夹存在于指定的父文件夹中;否则,错误的.

例外

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

也可以看看