SmtpMessageSubmittedToPickupFolderEventArgsActualSenderEmail Property |
Gets the e-mail address of the sender of the mail message.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic string ActualSenderEmail { get; }
Public ReadOnly Property ActualSenderEmail As String
Get
Property Value
Type:
StringThe pure e-mail address (
user@domain.com, i.e. without display name or remarks)
of the message sender.
RemarksSince MailBee allows sending messages from an e-mail address different
from the address specified by
From property,
the developer can use
ActualSenderEmail property to obtain
the actual address the message was sent from.
See Also