ExchangeServiceBinding.CreateFolderAsync Method (CreateFolderType, Object)
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: Microsoft.SharePoint.Portal.WebControls.CreateFolderType
A folder to create.
- userState
Type: System.Object