Share via


ExchangeServiceBinding.FindFolderAsync Method (FindFolderType, Object)

Uses Exchange Web Services to find subfolders of an identified folder asynchronously.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Sub FindFolderAsync ( _
    FindFolder1 As FindFolderType, _
    userState As Object _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim FindFolder1 As FindFolderType
Dim userState As Object

instance.FindFolderAsync(FindFolder1, _
    userState)
public void FindFolderAsync(
    FindFolderType FindFolder1,
    Object userState
)

Parameters

See Also

Reference

ExchangeServiceBinding Class

ExchangeServiceBinding Members

FindFolderAsync Overload

Microsoft.SharePoint.Portal.WebControls Namespace