: ExchangeServiceBinding.DeleteFolderAsync (Método) (DeleteFolderType, Object) (Microsoft.SharePoint.Portal.WebControls)
Represents the folder to delete asynchronously from the mailbox.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Sub DeleteFolderAsync ( _
DeleteFolder1 As DeleteFolderType, _
userState As Object _
)
'Uso
Dim instance As ExchangeServiceBinding
Dim DeleteFolder1 As DeleteFolderType
Dim userState As Object
instance.DeleteFolderAsync(DeleteFolder1, userState)
public void DeleteFolderAsync (
DeleteFolderType DeleteFolder1,
Object userState
)
Parámetros
- DeleteFolder1
The folder to delete from the mailbox.
- userState
Vea también
Referencia
ExchangeServiceBinding (Clase)
ExchangeServiceBinding (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)