NonIndexableItemDetailResultType
extends Type
in package
Defines the results of the GetNonIndexableItemDetails request.
Table of Contents
Properties
- $FailedMailboxes : ArrayOfFailedSearchMailboxesType
- Specifies an array of mailboxes that failed on search.
- $Items : ArrayOfNonIndexableItemDetailsType
- Contains an array of item details for non-indexable 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 an array of mailboxes that failed on search.
public
ArrayOfFailedSearchMailboxesType
$FailedMailboxes
Tags
$Items
Contains an array of item details for non-indexable items.
public
ArrayOfNonIndexableItemDetailsType
$Items
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