Gets
EmailAddress object representing the information about the actual sender of the message.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public EmailAddress Sender { get; }
Public ReadOnly Property Sender As EmailAddress
Get
Property Value
Type:
EmailAddressA 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