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