: ExchangeServiceBinding.FindFolderAsync (Método) (FindFolderType, Object) (Microsoft.SharePoint.Portal.WebControls)
Uses Exchange Web Services to find subfolders of an identified folder asynchronously.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Sub FindFolderAsync ( _
FindFolder1 As FindFolderType, _
userState As Object _
)
'Uso
Dim instance As ExchangeServiceBinding
Dim FindFolder1 As FindFolderType
Dim userState As Object
instance.FindFolderAsync(FindFolder1, userState)
public void FindFolderAsync (
FindFolderType FindFolder1,
Object userState
)
Parámetros
- FindFolder1
Folder for which to return subfolder data.
- userState
Vea también
Referencia
ExchangeServiceBinding (Clase)
ExchangeServiceBinding (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)