PostItemType.IsRead Property
The IsRead property gets or sets a Boolean value that indicates whether an item has been read.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property IsRead As Boolean
Get
Set
'Usage
Dim instance As PostItemType
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 post item has been read; otherwise, the property returns false.
See Also