Documentation

SearchMailboxesResultType extends Type
in package

Defines the result of a SearchMailboxes request.

Table of Contents

Properties

$FailedMailboxes  : ArrayOfFailedSearchMailboxesType
Specifies a list of mailboxes that failed on search.
$ItemCount  : int
Specifies the total number of items in a search result.
$Items  : ArrayOfSearchPreviewItemsType
Specifies a list of items available for preview.
$KeywordStats  : ArrayOfKeywordStatisticsSearchResultsType
Specifies a list of one or more KeywordStat elements.
$MailboxStats  : ArrayOfMailboxStatisticsItemsType
Specifies a list of one or more mailbox stats.
$PageItemCount  : int
Specifies the number of pages returned in a search result pagination.
$PageItemSize  : int
Specifies the number of items to return in a search result pagination.
$Refiners  : ArrayOfSearchRefinerItemsType
Specifies a list of one or more refiners.
$ResultType  : string
Contains the type of search to perform.
$SearchQueries  : NonEmptyArrayOfMailboxQueriesType
Contains a list of mailboxes and associated queries for discovery search.
$Size  : int
Specifies the total size of one or more mailbox items.

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

$FailedMailboxes

Specifies a list of mailboxes that failed on search.

public ArrayOfFailedSearchMailboxesType $FailedMailboxes
Tags
since

Exchange 2013

$ItemCount

Specifies the total number of items in a search result.

public int $ItemCount
Tags
since

Exchange 2013

$Items

Specifies a list of items available for preview.

public ArrayOfSearchPreviewItemsType $Items
Tags
since

Exchange 2013

$KeywordStats

Specifies a list of one or more KeywordStat elements.

public ArrayOfKeywordStatisticsSearchResultsType $KeywordStats
Tags
since

Exchange 2013

$MailboxStats

Specifies a list of one or more mailbox stats.

public ArrayOfMailboxStatisticsItemsType $MailboxStats
Tags
since

Exchange 2013

$PageItemCount

Specifies the number of pages returned in a search result pagination.

public int $PageItemCount
Tags
since

Exchange 2013

$PageItemSize

Specifies the number of items to return in a search result pagination.

public int $PageItemSize
Tags
since

Exchange 2013

$Refiners

Specifies a list of one or more refiners.

public ArrayOfSearchRefinerItemsType $Refiners
Tags
since

Exchange 2013

$ResultType

Contains the type of search to perform.

public string $ResultType
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

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