ExchangeService.SearchMailboxes method
Searches mailboxes for items that match a query string.
The SearchMailboxes() method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
| Name | Description | |
|---|---|---|
|
SearchMailboxes(SearchMailboxesParameters) | Searches mailboxes for items that match a query string using the associated SearchMailboxesParameters object to specify details of the search request. The SearchMailboxes(SearchMailboxesParameters) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
|
SearchMailboxes(IEnumerable<MailboxQuery>, SearchResultType) | Searches mailboxes for items that match a set of query strings. The search result can be either statistical or an item preview. The SearchMailboxes(IEnumerable<MailboxQuery>, SearchResultType) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
|
SearchMailboxes(IEnumerable<MailboxQuery>, SearchResultType, String, SortDirection, Int32, SearchPageDirection, String) | Searches mailboxes for items that match a set of query strings and returns a sorted, ordered result of preview items. The SearchMailboxes(IEnumerable<MailboxQuery>, SearchResultType, String, SortDirection, Int32, SearchPageDirection, String) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
Show: