EnvelopeFrom Property
Gets EmailAddress object representing "From:" 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 EmailAddress From { get; }

Property Value

Type: EmailAddress
A reference to EmailAddress object representing "From:" field of the message.
See Also