ItemChange.IsRead Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.