ItemChange.IsRead Property

Definition

Gets a value that indicates whether the item that the change applies to has been read. IsRead is only valid when the ChangeType property is equal to ChangeType.ReadFlagChange.

public:
 property bool IsRead { bool get(); };
public bool IsRead { get; }
Public ReadOnly Property IsRead As Boolean

Property Value

true if the item that the change applies to has been read; otherwise, false.

Applies to