Documentation

SearchMailboxesType extends BaseRequestType
in package

Defines a SearchMailboxes request.

Table of Contents

Properties

$Deduplication  : bool
Indicates whether the search result should remove duplicate items.
$Language  : string
Contains the language used for the search query.
$PageDirection  : string
Contains the direction for pagination in the search result.
$PageItemReference  : string
Specifies the reference for a page item.
$PageSize  : int
Contains the number of items to be returned in a single page for a search result.
$PreviewItemResponseShape  : PreviewItemResponseShapeType
Contains the requested property set to be returned in a discovery search.
$ResultType  : string
Contains the type of search to perform.
$SearchQueries  : NonEmptyArrayOfMailboxQueriesType
Contains a list of mailboxes and associated queries for discovery search.
$SortBy  : FieldOrderType
Contains an item property used for sorting the search result.

Methods

__clone()  : mixed
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.

Properties

$Deduplication

Indicates whether the search result should remove duplicate items.

public bool $Deduplication
Tags
since

Exchange 2013

$Language

Contains the language used for the search query.

public string $Language
Tags
since

Exchange 2013

$PageDirection

Contains the direction for pagination in the search result.

public string $PageDirection

The value is Previous or Next.

Tags
since

Exchange 2013

see
SearchPageDirectionType

$PageItemReference

Specifies the reference for a page item.

public string $PageItemReference
Tags
since

Exchange 2013

$PageSize

Contains the number of items to be returned in a single page for a search result.

public int $PageSize
Tags
since

Exchange 2013

$PreviewItemResponseShape

Contains the requested property set to be returned in a discovery search.

public PreviewItemResponseShapeType $PreviewItemResponseShape
Tags
since

Exchange 2013

$ResultType

Contains the type of search to perform.

public string $ResultType

The type of search can be statistics only or preview only.

Tags
since

Exchange 2013

see
SearchResultType

$SearchQueries

Contains a list of mailboxes and associated queries for discovery search.

public NonEmptyArrayOfMailboxQueriesType $SearchQueries
Tags
since

Exchange 2013

$SortBy

Contains an item property used for sorting the search result.

public FieldOrderType $SortBy
Tags
since

Exchange 2013

Methods

__clone()

Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.

public __clone() : mixed

        
On this page

Search results