ConversationActionType.IsRead Property
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property IsRead As Boolean
Get
Set
'Usage
Dim instance As ConversationActionType
Dim value As Boolean
value = instance.IsRead
instance.IsRead = value
public bool IsRead { get; set; }
Property Value
Type: System.Boolean