ExchangeServiceBinding.DeleteFolderAsync Method (DeleteFolderType)
Deletes a folder from the mailbox asynchronously.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub DeleteFolderAsync ( _
DeleteFolder1 As DeleteFolderType _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim DeleteFolder1 As DeleteFolderType
instance.DeleteFolderAsync(DeleteFolder1)
public void DeleteFolderAsync(
DeleteFolderType DeleteFolder1
)
Parameters
- DeleteFolder1
Type: Microsoft.SharePoint.Portal.WebControls.DeleteFolderType
The folder to delete from the mailbox.