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