 | EnvelopeReplyTo Property |
Gets 'Reply-to' field, mailbox(es) to which the author of the message suggests that replies be sent.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic IList<MailAddress> ReplyTo { get; }Public ReadOnly Property ReplyTo As IList(Of MailAddress)
Get
public:
property IList<MailAddress^>^ ReplyTo {
IList<MailAddress^>^ get ();
}member ReplyTo : IList<MailAddress> with get
Property Value
IListMailAddress
See Also