SyncFolderItemsReadFlagType.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.
The IsRead property gets or sets a Boolean value that indicates whether the read flag has been set to true.
public:
property bool IsRead { bool get(); void set(bool value); };
public bool IsRead { get; set; }
Public Property IsRead As Boolean
Property Value
The IsRead property returns true if the item read flag is true; otherwise, the property returns false.