EwsItemFrom Property
Gets a reference to From e-mail address.

Namespace: MailBee.EwsMail
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 From e-mail address, or a null reference (Nothing in Visual Basic) if not available.
Remarks
This property is set if at least basic properties (GenericItem) have been loaded for the given message and From header is present in the message.
See Also