System.Net.Mail.MailMessage.ReplyTo Property

Gets or sets the ReplyTo address for the mail message.

Syntax

[System.Obsolete("Use ReplyToList instead")]
public MailAddress ReplyTo { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the MailMessage.ReplyTo property to indicate an address other than the MailMessage.From address to use to reply to this message.

Requirements

Namespace: System.Net.Mail
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0