ExchangeService.FindItems method
Finds items in a specified mailbox.
| Name | Description | |
|---|---|---|
|
FindItems(FolderId, ViewBase) | Returns items from a target folder with the specified preview page view. |
|
FindItems(WellKnownFolderName, ViewBase) | Returns items from a target folder with the specified preview page view. |
|
FindItems(FolderId, SearchFilter, ViewBase) | Returns items from a target folder filtered by item type with the specified preview page view. |
|
FindItems(FolderId, ViewBase, Grouping) | Returns grouped items from a target folder with the specified preview page view. |
|
FindItems(FolderId, String, ViewBase) | 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 2010. |
|
FindItems(WellKnownFolderName, SearchFilter, ViewBase) | Returns items filtered by type from a target folder with the specified preview page view. |
|
FindItems(WellKnownFolderName, String, ViewBase) | Returns items from a target folder using the associated query with the specified preview page view. The FindItems(WellKnownFolderName, String, ViewBase) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2010. |
|
FindItems(FolderId, SearchFilter, ViewBase, Grouping) | Obtains a grouped list of items by searching the contents of a specific folder. |
|
FindItems(FolderId, String, ViewBase, Grouping) | Returns grouped items from a target folder according to the specified query.The FindItems(FolderId, String, ViewBase, Grouping) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2010. |
|
FindItems(FolderId, String, Boolean, ViewBase) | Returns items from a target folder according to the associated search query with the specified preview page view and optional term highlighting. The FindItems(FolderId, String, Boolean, ViewBase) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
|
FindItems(WellKnownFolderName, SearchFilter, ViewBase, Grouping) | Returns grouped items filtered by type from the target folder according to the specified preview page view. |
|
FindItems(WellKnownFolderName, String, ViewBase, Grouping) | Returns grouped items from a target folder using the associated query with the specified preview page view. The FindItems(WellKnownFolderName, String, ViewBase, Grouping) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2010. |
|
FindItems(FolderId, String, Boolean, ViewBase, Grouping) | Returns grouped items from a target folder according to the associated search query, optionally with terms highlighted. The FindItems(FolderId, String, Boolean, ViewBase, Grouping) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
Show: