Compartir a través de


: ExchangeServiceBinding.FindFolderAsync (Método) (FindFolderType) (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 _
)
'Uso
Dim instance As ExchangeServiceBinding
Dim FindFolder1 As FindFolderType

instance.FindFolderAsync(FindFolder1)
public void FindFolderAsync (
    FindFolderType FindFolder1
)

Parámetros

  • FindFolder1
    Folder for which to return subfolder data.

Vea también

Referencia

ExchangeServiceBinding (Clase)
ExchangeServiceBinding (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)
ExchangeServiceBinding.FindFolder (Método)