NonIndexableItem Class

Definition

Contains information about an item in a mailbox where an index attempt failed. The NonIndexableItem class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public ref class NonIndexableItem sealed
public sealed class NonIndexableItem
Public NotInheritable Class NonIndexableItem
Inheritance
NonIndexableItem

Constructors

NonIndexableItem()

Initializes a new instance of the NonIndexableItem class. The NonIndexableItem constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Properties

AdditionalInfo

Gets or sets additional information about a mailbox on which an index attempt failed. The AdditionalInfo property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

AttemptCount

Gets or sets the number of attempts to index a target mailbox. The AttemptCount property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

ErrorCode

Gets or sets the error code of a failed index attempt. The ErrorCode property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

ErrorDescription

Gets or sets the error description of a failed index attempt. The ErrorDescription property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

IsPartiallyIndexed

Gets or sets whether the item is in a mailbox where an index attempt was partially successful. The IsPartiallyIndexed property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

IsPermanentFailure

Gets or sets whether an index attempt on a target mailbox is a permanent failure. The IsPermanentFailure property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

ItemId

Gets or sets the ID of an item in a mailbox where an index attempt was made. The ItemId property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

LastAttemptTime

Gets or sets the time the last attempt to index a target mailbox was made. The LastAttemptTime property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

SortValue

Gets or sets the value used to sort items in an item index attempt. The SortValue property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Applies to