EnvelopeSender Property
Gets EmailAddress object representing the information about the actual sender of the message.

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

Property Value

Type: EmailAddress
A reference to EmailAddress object representing the information about the actual sender of the message.
Remarks
Usually, this property will return the same information as From property. However, if the message was sent from the address other than "From:", these properties will return different results.
See Also