MessageType.IsReadReceiptRequestedSpecified Property
The IsReadReceiptRequestedSpecified property gets or sets a Boolean value that specifies whether the IsDeliveryReceiptRequested property is serialized into the Simple Object Access Protocol (SOAP) request. This property is required if the IsReadReceiptRequested property is specified. This is a read/write property.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property IsReadReceiptRequestedSpecified As Boolean
Get
Set
'Usage
Dim instance As MessageType
Dim value As Boolean
value = instance.IsReadReceiptRequestedSpecified
instance.IsReadReceiptRequestedSpecified = value
public bool IsReadReceiptRequestedSpecified { get; set; }
Property Value
Type: System.Boolean
The IsReadReceiptRequestedSpecified property returns true if the IsReadReceiptRequested property is serialized into the SOAP request; otherwise, the property returns false.
See Also