PostItemType.IsReadSpecified Property
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property IsReadSpecified As Boolean
Get
Set
'Usage
Dim instance As PostItemType
Dim value As Boolean
value = instance.IsReadSpecified
instance.IsReadSpecified = value
public bool IsReadSpecified { get; set; }
Property Value
Type: System.Boolean
The IsReadSpecified property returns true if the IsRead property is serialized in the SOAP message; otherwise, the property returns false.
See Also