NonIndexableItem.IsPartiallyIndexed Property

Definition

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.

public:
 property bool IsPartiallyIndexed { bool get(); void set(bool value); };
public bool IsPartiallyIndexed { get; set; }
Public Property IsPartiallyIndexed As Boolean

Property Value

true if partially indexed; otherwise, false.

Applies to