ExchangeServiceBinding.FindFolderAsync, méthode (FindFolderType) (Microsoft.SharePoint.Portal.WebControls)
Uses Exchange Web Services to find subfolders of an identified folder asynchronously.
Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Sub FindFolderAsync ( _
FindFolder1 As FindFolderType _
)
'Utilisation
Dim instance As ExchangeServiceBinding
Dim FindFolder1 As FindFolderType
instance.FindFolderAsync(FindFolder1)
public void FindFolderAsync (
FindFolderType FindFolder1
)
Paramètres
- FindFolder1
Folder for which to return subfolder data.
Voir aussi
Référence
ExchangeServiceBinding, classe
Membres ExchangeServiceBinding
Microsoft.SharePoint.Portal.WebControls, espace de noms
ExchangeServiceBinding.FindFolder, méthode