System.Net.Mail.MailMessage.ReplyToList Property

Gets or sets the list of addresses to reply to for the mail message.

Syntax

public MailAddressCollection ReplyToList { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the MailMessage.ReplyToList property to indicate the list of addresses other than the MailMessage.From address to use to reply to this message.

The MailMessage.ReplyToList property replaces the MailMessage.ReplyTo property that only allows a single address to reply to.

Requirements

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