SmtpSubmittingMessageToPickupFolderEventArgsActualSenderEmail Property |
Namespace: MailBee.SmtpMail
Since 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 is sent from.
The developer may also set this address to change the sender of the mail message. Passing a null reference (Nothing in Visual Basic) will make the message be sent from From address.