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
$ItemCount
Specifies the total number of items in a search result.
public
int
$ItemCount
Tags
$Items
Specifies a list of items available for preview.
public
ArrayOfSearchPreviewItemsType
$Items
Tags
$KeywordStats
Specifies a list of one or more KeywordStat elements.
public
ArrayOfKeywordStatisticsSearchResultsType
$KeywordStats
Tags
$MailboxStats
Specifies a list of one or more mailbox stats.
public
ArrayOfMailboxStatisticsItemsType
$MailboxStats
Tags
$PageItemCount
Specifies the number of pages returned in a search result pagination.
public
int
$PageItemCount
Tags
$PageItemSize
Specifies the number of items to return in a search result pagination.
public
int
$PageItemSize
Tags
$Refiners
Specifies a list of one or more refiners.
public
ArrayOfSearchRefinerItemsType
$Refiners
Tags
$ResultType
Contains the type of search to perform.
public
string
$ResultType
Tags
$SearchQueries
Contains a list of mailboxes and associated queries for discovery search.
public
NonEmptyArrayOfMailboxQueriesType
$SearchQueries
Tags
$Size
Specifies the total size of one or more mailbox items.
public
int
$Size
Tags
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