Uses of Class
microsoft.exchange.webservices.data.search.FindFoldersResults

Packages that use FindFoldersResults
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
 FindFoldersResults ExchangeService.findFolders(FolderId parentFolderId, FolderView view)
          Obtains a list of folder by searching the sub-folder of the specified folder.
 FindFoldersResults ExchangeService.findFolders(FolderId parentFolderId, SearchFilter searchFilter, FolderView view)
          Obtains a list of folder by searching the sub-folder of the specified folder.
 FindFoldersResults ExchangeService.findFolders(WellKnownFolderName parentFolderName, FolderView view)
          Obtains a list of folder by searching the sub-folder of the specified folder.
 FindFoldersResults ExchangeService.findFolders(WellKnownFolderName parentFolderName, SearchFilter searchFilter, 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
 FindFoldersResults FindFolderResponse.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
 FindFoldersResults Folder.findFolders(FolderView view)
          Obtains a list of folder by searching the sub-folder of this folder.
 FindFoldersResults Folder.findFolders(SearchFilter searchFilter, FolderView view)
          Obtains a list of folder by searching the sub-folder of this folder.
 



Copyright © 2012–2015 Microsoft. All rights reserved.