MailAddress value representing the email address of the person to whom a message should be sent when this message is read.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property ReturnReceiptTo As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As MailHeader
Dim value As String
instance.ReturnReceiptTo = value
value = instance.ReturnReceiptTo |
| C# | |
|---|
public string ReturnReceiptTo {get; set;} |
| Managed Extensions for C++ | |
|---|
public: __property string* get_ReturnReceiptTo();
public: __property void set_ReturnReceiptTo(
string* value
); |
Property Value
A string representing the date to list after the "RETURN-RECEIPT-TO:" header field.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also