Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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, _
userState As Object _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim CreateFolder1 As CreateFolderType
Dim userState As Object
instance.CreateFolderAsync(CreateFolder1, _
userState)
public void CreateFolderAsync(
CreateFolderType CreateFolder1,
Object userState
)
Parameters
- CreateFolder1
Type: CreateFolderType
A folder to create.
- userState
Type: System.Object