Table of Contents

Class NonIndexableItem

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Represents non indexable item.

public sealed class NonIndexableItem
Inheritance
NonIndexableItem
Inherited Members

Constructors

NonIndexableItem()

public NonIndexableItem()

Properties

AdditionalInfo

Additional info

public string AdditionalInfo { get; set; }

Property Value

string

AttemptCount

Attempt count

public int AttemptCount { get; set; }

Property Value

int

ErrorCode

Error code

public ItemIndexError ErrorCode { get; set; }

Property Value

ItemIndexError

ErrorDescription

Error description

public string ErrorDescription { get; set; }

Property Value

string

IsPartiallyIndexed

Is partially indexed

public bool IsPartiallyIndexed { get; set; }

Property Value

bool

IsPermanentFailure

Is permanent failure

public bool IsPermanentFailure { get; set; }

Property Value

bool

ItemId

Item Identity

public ItemId ItemId { get; set; }

Property Value

ItemId

LastAttemptTime

Last attempt time

public DateTime? LastAttemptTime { get; set; }

Property Value

DateTime?

SortValue

Sort value

public string SortValue { get; set; }

Property Value

string