NonIndexableItemDetailType
extends Type
in package
Defines detail information about an item that cannot be indexed.
Table of Contents
Properties
- $AdditionalInfo : string
- Specifies additional information about the hold status of a mailbox.
- $AttemptCount : int
- Represents the number of attempts that have been made to index the item.
- $ErrorCode : string
- Internal use only.
- $ErrorDescription : string
- Describes the error that is returned in information about an item that cannot be indexed.
- $IsPartiallyIndexed : bool
- Indicates whether the item is partially indexed.
- $IsPermanentFailure : bool
- Indicates whether a previous attempt to index the item was unsuccessful.
- $ItemId : ItemIdType
- Contains the unique identifier and change key of an item in the Exchange store.
- $LastAttemptTime : string
- Contains the time and date at which the last attempt to index the item was made.
- $SortValue : string
- Specifies a value used for sorting.
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
$AdditionalInfo
Specifies additional information about the hold status of a mailbox.
public
string
$AdditionalInfo
Tags
$AttemptCount
Represents the number of attempts that have been made to index the item.
public
int
$AttemptCount
Tags
$ErrorCode
Internal use only.
public
string
$ErrorCode
Tags
$ErrorDescription
Describes the error that is returned in information about an item that cannot be indexed.
public
string
$ErrorDescription
Tags
$IsPartiallyIndexed
Indicates whether the item is partially indexed.
public
bool
$IsPartiallyIndexed
Tags
$IsPermanentFailure
Indicates whether a previous attempt to index the item was unsuccessful.
public
bool
$IsPermanentFailure
Tags
$ItemId
Contains the unique identifier and change key of an item in the Exchange store.
public
ItemIdType
$ItemId
Tags
$LastAttemptTime
Contains the time and date at which the last attempt to index the item was made.
public
string
$LastAttemptTime
Tags
$SortValue
Specifies a value used for sorting.
public
string
$SortValue
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