Gets mail address(es) to which the author of this email message suggests that replies be sent ('Reply-to' header). In this collection you can find MailBox which represents single mailbox, or MailGroup which represents group of email addresses. This collection can be modified. May be empty.

Namespace: Limilabs.Mail
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
IList<MailAddress> ReplyTo { get; }
Visual Basic
ReadOnly Property ReplyTo As IList(Of MailAddress)
	Get
Visual C++
property IList<MailAddress^>^ ReplyTo {
	IList<MailAddress^>^ get ();
}

See Also