Click or drag to resize

IMailReplyTo Property

Gets the 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.26106.1555
Syntax
IList<MailAddress> ReplyTo { get; }

Property Value

IListMailAddress
Remarks
The Reply-To value should not be used by any server. It is meant for client side use.
See Also