CreatePublicFolder
内容
[
隐藏
]CreatePublicFolder(string, ExchangeFolderPermissionCollection)
在根公用文件夹中创建指定的公用文件夹
public ExchangeFolderInfo CreatePublicFolder(string name,
ExchangeFolderPermissionCollection permissions)
范围 | 类型 | 描述 |
---|---|---|
name | String | 新文件夹的名称 |
permissions | ExchangeFolderPermissionCollection | 新文件夹的权限 |
返回值
返回文件夹信息
也可以看看
- class ExchangeFolderInfo
- class ExchangeFolderPermissionCollection
- interface IEWSClient
- 命名空间 Aspose.Email.Clients.Exchange.WebService
- 部件 Aspose.Email
CreatePublicFolder(string, string, ExchangeFolderPermissionCollection)
在根公用文件夹中创建指定的公用文件夹
public ExchangeFolderInfo CreatePublicFolder(string parentFolderUri, string name,
ExchangeFolderPermissionCollection permissions)
范围 | 类型 | 描述 |
---|---|---|
parentFolderUri | String | 父文件夹的 URI |
name | String | 新文件夹的名称 |
permissions | ExchangeFolderPermissionCollection | 新文件夹的权限 |
返回值
返回文件夹信息
也可以看看
- class ExchangeFolderInfo
- class ExchangeFolderPermissionCollection
- interface IEWSClient
- 命名空间 Aspose.Email.Clients.Exchange.WebService
- 部件 Aspose.Email
CreatePublicFolder(string, ExchangeFolderPermissionCollection, ExchangeFolderType)
在根公用文件夹中创建指定的公用文件夹
public ExchangeFolderInfo CreatePublicFolder(string name,
ExchangeFolderPermissionCollection permissions, ExchangeFolderType folderType)
范围 | 类型 | 描述 |
---|---|---|
name | String | 新文件夹的名称 |
permissions | ExchangeFolderPermissionCollection | 新文件夹的权限 |
folderType | ExchangeFolderType | 文件夹类型 |
返回值
返回文件夹信息
也可以看看
- class ExchangeFolderInfo
- class ExchangeFolderPermissionCollection
- enum ExchangeFolderType
- interface IEWSClient
- 命名空间 Aspose.Email.Clients.Exchange.WebService
- 部件 Aspose.Email