Uses of Class
microsoft.exchange.webservices.data.search.FindFoldersResults
-
Packages that use FindFoldersResults Package Description microsoft.exchange.webservices.data.core microsoft.exchange.webservices.data.core.response microsoft.exchange.webservices.data.core.service.folder -
-
Uses of FindFoldersResults in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core that return FindFoldersResults Modifier and Type Method Description FindFoldersResultsExchangeService. findFolders(WellKnownFolderName parentFolderName, SearchFilter searchFilter, FolderView view)Obtains a list of folder by searching the sub-folder of the specified folder.FindFoldersResultsExchangeService. findFolders(WellKnownFolderName parentFolderName, FolderView view)Obtains a list of folder by searching the sub-folder of the specified folder.FindFoldersResultsExchangeService. findFolders(FolderId parentFolderId, SearchFilter searchFilter, FolderView view)Obtains a list of folder by searching the sub-folder of the specified folder.FindFoldersResultsExchangeService. findFolders(FolderId parentFolderId, FolderView view)Obtains a list of folder by searching the sub-folder of the specified folder. -
Uses of FindFoldersResults in microsoft.exchange.webservices.data.core.response
Methods in microsoft.exchange.webservices.data.core.response that return FindFoldersResults Modifier and Type Method Description FindFoldersResultsFindFolderResponse. getResults()Gets the results of the search operation. -
Uses of FindFoldersResults in microsoft.exchange.webservices.data.core.service.folder
Methods in microsoft.exchange.webservices.data.core.service.folder that return FindFoldersResults Modifier and Type Method Description FindFoldersResultsFolder. findFolders(SearchFilter searchFilter, FolderView view)Obtains a list of folder by searching the sub-folder of this folder.FindFoldersResultsFolder. findFolders(FolderView view)Obtains a list of folder by searching the sub-folder of this folder.
-