SmtpSendingMessageEventArgsActualRecipients Property |
Namespace: MailBee.SmtpMail
Since MailBee allows sending messages to e-mail addresses different from the addresses specified by To, Cc, and Bcc properties, the developer can use ActualRecipients property to obtain the actual addresses the message is sent to.
The developer may also set this property to change the recipients of the mail message. Passing a null reference (Nothing in Visual Basic) will make the message be sent to the recipients returned by GetAllRecipients method.