Folder.FindFolders Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
FindFolders(FolderView) |
Obtains a list of folders by searching the subfolders of this folder. |
FindFolders(SearchFilter, FolderView) |
Returns a list of folders by searching the subfolders in the specified view that satisfy the specified search filter criteria. |
FindFolders(FolderView)
Obtains a list of folders by searching the subfolders of this folder.
public:
Microsoft::Exchange::WebServices::Data::FindFoldersResults ^ FindFolders(Microsoft::Exchange::WebServices::Data::FolderView ^ view);
public Microsoft.Exchange.WebServices.Data.FindFoldersResults FindFolders (Microsoft.Exchange.WebServices.Data.FolderView view);
Public Function FindFolders (view As FolderView) As FindFoldersResults
Parameters
- view
- FolderView
The view that controls the number of folders that are returned.
Returns
The results of the search operation.
Remarks
Calling this method results in a call to Exchange Web Services (EWS).
Applies to
FindFolders(SearchFilter, FolderView)
Returns a list of folders by searching the subfolders in the specified view that satisfy the specified search filter criteria.
public:
Microsoft::Exchange::WebServices::Data::FindFoldersResults ^ FindFolders(Microsoft::Exchange::WebServices::Data::SearchFilter ^ searchFilter, Microsoft::Exchange::WebServices::Data::FolderView ^ view);
public Microsoft.Exchange.WebServices.Data.FindFoldersResults FindFolders (Microsoft.Exchange.WebServices.Data.SearchFilter searchFilter, Microsoft.Exchange.WebServices.Data.FolderView view);
Parameters
- searchFilter
- SearchFilter
The search filter.
- view
- FolderView
The view that controls the number of folders that are returned.
Returns
The results of the search.
Remarks
Calling this method results in a call to Exchange Web Services (EWS).