ExchangeServiceBinding.GetFolderAsync Method (GetFolderType, Object)
Retrieves folders asynchronously from the Microsoft Exchange Server 2007 data store.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub GetFolderAsync ( _
GetFolder1 As GetFolderType, _
userState As Object _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim GetFolder1 As GetFolderType
Dim userState As Object
instance.GetFolderAsync(GetFolder1, userState)
public void GetFolderAsync(
GetFolderType GetFolder1,
Object userState
)
Parameters
- GetFolder1
Type: Microsoft.SharePoint.Portal.WebControls.GetFolderType
A folder to retrieve.
- userState
Type: System.Object