MailBeeSmtp8bitDataNotSupportedExceptionActualSenderEmail Property
Gets the e-mail address of the sender of the mail message.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string ActualSenderEmail { get; }

Property Value

Type: String
The pure e-mail address (user@domain.com, i.e. without display name or remarks) which was submitted to the SMTP server as the address of the message sender.

Implements

IMailBeeSendExceptionActualSenderEmail
See Also