: ExchangeServiceBinding.CreateFolderAsync (Método) (CreateFolderType, Object) (Microsoft.SharePoint.Portal.WebControls)
Creates a folder asynchronously.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Sub CreateFolderAsync ( _
CreateFolder1 As CreateFolderType, _
userState As Object _
)
'Uso
Dim instance As ExchangeServiceBinding
Dim CreateFolder1 As CreateFolderType
Dim userState As Object
instance.CreateFolderAsync(CreateFolder1, userState)
public void CreateFolderAsync (
CreateFolderType CreateFolder1,
Object userState
)
Parámetros
- CreateFolder1
A folder to create.
- userState
Vea también
Referencia
ExchangeServiceBinding (Clase)
ExchangeServiceBinding (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)