MessageType.IsReadReceiptRequested Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property bool IsReadReceiptRequested { bool get(); void set(bool value); };
public bool IsReadReceiptRequested { get; set; }
Public Property IsReadReceiptRequested As Boolean
Property Value
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.