Compartir a través de


SyncFolderItemsReadFlagType.IsRead Property

The IsRead property gets or sets a Boolean value that indicates whether the read flag has been set to true.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property IsRead As Boolean
    Get
    Set
'Usage
Dim instance As SyncFolderItemsReadFlagType
Dim value As Boolean

value = instance.IsRead

instance.IsRead = value
public bool IsRead { get; set; }

Property Value

Type: System.Boolean
The IsRead property returns true if the item read flag is true; otherwise, the property returns false.