Documentation

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
since

Exchange 2013

$AttemptCount

Represents the number of attempts that have been made to index the item.

public int $AttemptCount
Tags
since

Exchange 2013

$ErrorDescription

Describes the error that is returned in information about an item that cannot be indexed.

public string $ErrorDescription
Tags
since

Exchange 2013

$IsPartiallyIndexed

Indicates whether the item is partially indexed.

public bool $IsPartiallyIndexed
Tags
since

Exchange 2013

$IsPermanentFailure

Indicates whether a previous attempt to index the item was unsuccessful.

public bool $IsPermanentFailure
Tags
since

Exchange 2013

$ItemId

Contains the unique identifier and change key of an item in the Exchange store.

public ItemIdType $ItemId
Tags
since

Exchange 2013

$LastAttemptTime

Contains the time and date at which the last attempt to index the item was made.

public string $LastAttemptTime
Tags
since

Exchange 2013

todo

Make a DateTime object.

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

        
On this page

Search results