Gets
EmailAddress object representing the information about the actual sender of the message.
Namespace: MailBee.ImapMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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.
RemarksUsually, 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