ExchangeService.FindItems Method
Finds items in a specified mailbox.
| Name | Description |
|---|---|
| ExchangeService.FindItems (FolderId, ItemView) |
Obtains a list of items by searching the contents of a specified folder. Calling this method results in a call to Exchange Web Services (EWS).
|
| ExchangeService.FindItems (WellKnownFolderName, ItemView) |
Obtains a list of items by searching the contents of a specified folder.
|
| ExchangeService.FindItems (FolderId, ItemView, Grouping) |
Obtains a grouped list of items by searching the contents of a specified folder.
|
| ExchangeService.FindItems (FolderId, SearchFilter, ItemView) |
Finds items in a folder by using a specified search filter and a specified item view.
|
| ExchangeService.FindItems (FolderId, String, ItemView) |
Finds items in a folder by using a specified query string and a specified item view.
|
| ExchangeService.FindItems (WellKnownFolderName, SearchFilter, ItemView) |
Finds items in a folder by using a specified search filter and a specified item view.
|
| ExchangeService.FindItems (WellKnownFolderName, String, ItemView) |
Finds items in a well-known folder by using a specified query string and a specified item view.
|
| ExchangeService.FindItems (FolderId, SearchFilter, ItemView, Grouping) |
Finds items in a folder by using a specified search filter, a specified item view, and a specified grouped options setting.
|
| ExchangeService.FindItems (FolderId, String, ItemView, Grouping) |
Finds items in a folder by using a specified query string, a specified item view, and a specified grouped options setting.
|
| ExchangeService.FindItems (WellKnownFolderName, SearchFilter, ItemView, Grouping) |
Finds items in a well-known folder by using a specified search filter, a specified item view, and a specified grouped options setting.
|
| ExchangeService.FindItems (WellKnownFolderName, String, ItemView, Grouping) |
Finds items in a well-known folder by using a specified query string, a specified item view, and a specified grouped options setting.
|