Sets the read receipt request in the email.
[VisualĀ Basic] Public Property ReadReceipt As Boolean
[C#]
public bool ReadReceipt {get; set;}
[C++] public: __property bool get_ReadReceipt(); public: __property void set_ReadReceipt(bool);
[JScript] public function get ReadReceipt() : bool; public function set ReadReceipt(bool);
If the value is true, a read receipt request will be added to the email message.