 | 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.MailAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
SyntaxIList<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
IListMailAddress
Remarks
The Reply-To value should not be used by any server. It is meant for client side use.
See Also