CreateFolder
内容
[
隐藏
]CreateFolder(string, string)
在指定的父文件夹中创建具有指定名称的新文件夹。
public ExchangeFolderInfo CreateFolder(string parentFolderUri, string name)
| 范围 | 类型 | 描述 |
|---|---|---|
| parentFolderUri | String | 父文件夹的 uri。 |
| name | String | 要创建的文件夹的名称。 |
例外
| 例外 | (健康)状况 |
|---|---|
| AsposeArgumentException | parentFolderUri或者name是无效的或者空的. |
也可以看看
- class ExchangeFolderInfo
- interface IEWSClient
- 命名空间 Aspose.Email.Clients.Exchange.WebService
- 部件 Aspose.Email
CreateFolder(string, string, ExchangeFolderPermissionCollection)
创建新文件夹
public ExchangeFolderInfo CreateFolder(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
CreateFolder(string, string, ExchangeFolderPermissionCollection, string)
创建新文件夹
public ExchangeFolderInfo CreateFolder(string parentFolderUri, string name,
ExchangeFolderPermissionCollection permissions, string folderClass)
| 范围 | 类型 | 描述 |
|---|---|---|
| parentFolderUri | String | 父文件夹的 URI |
| name | String | 新文件夹的名称 |
| permissions | ExchangeFolderPermissionCollection | 新文件夹的权限 |
| folderClass | String | 新建文件夹的类 |
返回值
返回文件夹信息
也可以看看
- class ExchangeFolderInfo
- class ExchangeFolderPermissionCollection
- interface IEWSClient
- 命名空间 Aspose.Email.Clients.Exchange.WebService
- 部件 Aspose.Email
CreateFolder(string, ExchangeFolderType)
在根文件夹中创建新文件夹。
public ExchangeFolderInfo CreateFolder(string name, ExchangeFolderType folderType)
| 范围 | 类型 | 描述 |
|---|---|---|
| name | String | 新文件夹的名称 |
| folderType | ExchangeFolderType | 文件夹类型 |
返回值
返回文件夹信息
也可以看看
- class ExchangeFolderInfo
- enum ExchangeFolderType
- interface IEWSClient
- 命名空间 Aspose.Email.Clients.Exchange.WebService
- 部件 Aspose.Email
CreateFolder(string, string, ExchangeFolderType)
创建新文件夹
public ExchangeFolderInfo CreateFolder(string parentFolderUri, string name,
ExchangeFolderType folderType)
| 范围 | 类型 | 描述 |
|---|---|---|
| parentFolderUri | String | 父文件夹的 URI |
| name | String | 新文件夹的名称 |
| folderType | ExchangeFolderType | 文件夹类型 |
返回值
返回文件夹信息
也可以看看
- class ExchangeFolderInfo
- enum ExchangeFolderType
- interface IEWSClient
- 命名空间 Aspose.Email.Clients.Exchange.WebService
- 部件 Aspose.Email
CreateFolder(string)
在根文件夹中创建新文件夹。
public ExchangeFolderInfo CreateFolder(string name)
| 范围 | 类型 | 描述 |
|---|---|---|
| name | String | 新文件夹的名称 |
返回值
返回文件夹信息
也可以看看
- class ExchangeFolderInfo
- interface IEWSClient
- 命名空间 Aspose.Email.Clients.Exchange.WebService
- 部件 Aspose.Email