EnvelopeFrom Property
Gets EmailAddress object representing "From:" field of the message.

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

Property Value

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