EnvelopeReplyTo Property
Gets EmailAddress object representing "Reply-To:" field of the message.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public EmailAddressCollection ReplyTo { get; }

Property Value

Type: EmailAddressCollection
A reference to EmailAddress object representing "Reply-To:" field of the message.
See Also