CreatePublicFolderAsync

CreatePublicFolderAsync(string, ExchangeFolderPermissionCollection, ExchangeFolderType, string, CancellationToken)

在根公用文件夹中创建指定的公用文件夹

public Task<ExchangeFolderInfo> CreatePublicFolderAsync(string name, 
    ExchangeFolderPermissionCollection permissions, ExchangeFolderType folderType, 
    string parentFolderUri = null, CancellationToken cancellationToken = default)
范围类型描述
nameString新文件夹的名称
permissionsExchangeFolderPermissionCollection新文件夹的权限
folderTypeExchangeFolderType文件夹类型
parentFolderUriString父文件夹的 URI
cancellationTokenCancellationToken取消令牌。

返回值

返回文件夹信息

也可以看看


CreatePublicFolderAsync(string, ExchangeFolderPermissionCollection, string, CancellationToken)

在根公用文件夹中创建指定的公用文件夹

public Task<ExchangeFolderInfo> CreatePublicFolderAsync(string name, 
    ExchangeFolderPermissionCollection permissions, string parentFolderUri = null, 
    CancellationToken cancellationToken = default)
范围类型描述
nameString新文件夹的名称
permissionsExchangeFolderPermissionCollection新文件夹的权限
parentFolderUriString父文件夹的 URI
cancellationTokenCancellationToken取消令牌。

返回值

返回文件夹信息

也可以看看