MailMessage::ReplyTo Property
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Net.Mail
Assembly: System (in System.dll)
Return to top
Gets or sets the ReplyTo address for the mail message.
Assembly: System (in System.dll)
public: [ObsoleteAttribute("ReplyTo is obsoleted for this type. Please use ReplyToList instead which can accept multiple addresses. http://go.microsoft.com/fwlink/?linkid=14202")] property MailAddress^ ReplyTo { MailAddress^ get(); void set(MailAddress^ value); }
Property Value
Type: System.Net.Mail::MailAddress^A MailAddress that indicates the value of the ReplyTo field.
Use the ReplyTo property to indicate an address other than the From address to use to reply to this message.
.NET Framework
Available since 2.0
Available since 2.0
Show: