| 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.23341.1754
Syntax IList<MailAddress> ReplyTo { get; }
ReadOnly Property ReplyTo As IList(Of MailAddress)
Get
property IList<MailAddress^>^ ReplyTo {
IList<MailAddress^>^ get ();
}
abstract ReplyTo : IList<MailAddress> with get
Property Value
Type:
IListMailAddressRemarks
The Reply-To value should not be used by any server. It is meant for client side use.
See Also