ExchangeServiceBinding.CreateFolder 方法
创建文件夹。
命名空间: Microsoft.SharePoint.Portal.WebControls
程序集: Microsoft.SharePoint.Portal(位于 Microsoft.SharePoint.Portal.dll 中)
语法
声明
Public Function CreateFolder ( _
CreateFolder1 As CreateFolderType _
) As CreateFolderResponseType
用法
Dim instance As ExchangeServiceBinding
Dim CreateFolder1 As CreateFolderType
Dim returnValue As CreateFolderResponseType
returnValue = instance.CreateFolder(CreateFolder1)
public CreateFolderResponseType CreateFolder(
CreateFolderType CreateFolder1
)
参数
CreateFolder1
类型:CreateFolderType要创建的文件夹。
返回值
类型:CreateFolderResponseType
一个对象,它表示一个文件夹。