NonIndexableItemStatisticType
extends Type
in package
Defines a single statistic for an item that could not be indexed.
Table of Contents
Properties
- $ErrorMessage : string
- Represents the reason for the validation error.
- $ItemCount : int
- Specifies the total number of items in a search result.
- $Mailbox : string
- Contains an identifier for a mailbox.
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
$ErrorMessage
Represents the reason for the validation error.
public
string
$ErrorMessage
Tags
$ItemCount
Specifies the total number of items in a search result.
public
int
$ItemCount
Tags
$Mailbox
Contains an identifier for a mailbox.
public
string
$Mailbox
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