SyncFolderItemsReadFlagType.IsRead Property

Definition

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.

Applies to