Gets 'Reply-to' field, mailbox(es) to which the author of the message suggests that replies be sent.

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

Syntax

C#
public IList<MailAddress> ReplyTo { get; private set; }
Visual Basic
Public Property ReplyTo As IList(Of MailAddress)
	Get
	Private Set
Visual C++
public:
property IList<MailAddress^>^ ReplyTo {
	IList<MailAddress^>^ get ();
	private: void set (IList<MailAddress^>^ value);
}

See Also