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
AttemptCount
Attempt count
public int AttemptCount { get; set; }
Property Value
ErrorCode
Error code
public ItemIndexError ErrorCode { get; set; }
Property Value
ErrorDescription
Error description
public string ErrorDescription { get; set; }
Property Value
IsPartiallyIndexed
Is partially indexed
public bool IsPartiallyIndexed { get; set; }
Property Value
IsPermanentFailure
Is permanent failure
public bool IsPermanentFailure { get; set; }
Property Value
ItemId
Item Identity
public ItemId ItemId { get; set; }
Property Value
LastAttemptTime
Last attempt time
public DateTime? LastAttemptTime { get; set; }
Property Value
SortValue
Sort value
public string SortValue { get; set; }