Gets a reference to From e-mail address.
Namespace: MailBee.EwsMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public EmailAddress From { get; }
Public ReadOnly Property From As EmailAddress
Get
Property Value
Type:
EmailAddressA 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