GetNonIndexableItemDetailsType
extends BaseRequestType
in package
Defines a request to retrieve non-indexable item details.
Table of Contents
Properties
- $Mailboxes : NonEmptyArrayofLegacyDNsType
- Specifies an array of Mailbox elements.
- $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.
- $SearchArchiveOnly : bool
- Whether or not to search archive folders only.
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
$Mailboxes
Specifies an array of Mailbox elements.
public
NonEmptyArrayofLegacyDNsType
$Mailboxes
Tags
$PageDirection
Contains the direction for pagination in the search result.
public
string
$PageDirection
Tags
$PageItemReference
Specifies the reference for a page item.
public
string
$PageItemReference
Tags
$PageSize
Contains the number of items to be returned in a single page for a search result.
public
int
$PageSize
Tags
$SearchArchiveOnly
Whether or not to search archive folders only.
public
bool
$SearchArchiveOnly
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