GetNonIndexableItemStatisticsType
extends BaseRequestType
in package
Defines a request to retrieve non-indexable item statistics.
Table of Contents
Properties
- $Mailboxes : NonEmptyArrayofLegacyDNsType
- Specifies an array of Mailbox elements.
- $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
$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