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

Namespace: MailBee.ImapMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public EmailAddressCollection ReplyTo { get; }

Property Value

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