ExchangeServiceBinding.CreateFolderAsync Method (CreateFolderType)
Creates a folder asynchronously.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub CreateFolderAsync ( _
CreateFolder1 As CreateFolderType _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim CreateFolder1 As CreateFolderType
instance.CreateFolderAsync(CreateFolder1)
public void CreateFolderAsync(
CreateFolderType CreateFolder1
)
Parameters
- CreateFolder1
Type: Microsoft.SharePoint.Portal.WebControls.CreateFolderType
A folder to create.