| EnvelopeReplyTo Property |
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.23341.1754
Syntax public 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
Type:
IListMailAddressSee Also