SmtpMessageDirectSendDoneEventArgsActualSenderEmail Property
Gets the e-mail address of the actual sender of the 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
A string value containing the e-mail address of the actual sender of the message.
Remarks
Since Send method can be used to send 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