ExchangeService.FindItems method (FolderId, String, ViewBase)
EWS Managed API
Returns items from a target folder according to the associated search query with the specified preview page view.
The FindItems(FolderId, String, ViewBase) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
Assembly: Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)
public FindItemsResults<Item> FindItems( FolderId parentFolderId, string queryString, ViewBase view )
Parameters
- parentFolderId
- Type: Microsoft.Exchange.WebServices.Data.FolderId
The ID of the folder in which to search for items.
- queryString
- Type: System.String
The query used to specify the search.
- view
- Type: Microsoft.Exchange.WebServices.Data.ViewBase
A value that determines the number of items per preview page.