SearchMailboxesParameters Class
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.
Contains the parameters required for an eDiscovery mailbox search. The SearchMailboxesParameters class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public ref class SearchMailboxesParameters sealed
public sealed class SearchMailboxesParameters
Public NotInheritable Class SearchMailboxesParameters
- Inheritance
-
SearchMailboxesParameters
Constructors
SearchMailboxesParameters() |
Initializes a new instance of the SearchMailboxesParameters class. The SearchMailboxesParameters() constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
Properties
Language |
Gets or sets the language used in the SearchQueries property.The Language property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
PageDirection |
Gets or sets a value that determines whether to search forward or backwards. The PageDirection property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
PageItemReference |
Gets or sets a reference used internally to implement paging. The PageItemReference property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
PageSize |
Gets or sets a value that determines the number of items shown on a preview page. The PageSize property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
PerformDeduplication |
Gets or sets whether to remove duplicates from the search results. The PerformDeduplication property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
PreviewItemResponseShape |
Gets or sets the values used to preview items returned by a search query. The PreviewItemResponseShape property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
ResultType |
Gets or sets whether the search is a statistics or preview search. The ResultType property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
SearchQueries |
Gets or sets the search queries. The SearchQueries property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
SortBy |
Gets or sets the string to sort by. The SortBy property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
SortOrder |
Gets or sets the sort direction. The SortOrder property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |