MailKit.Net.Smtp.SmtpClient.OnRecipientAccepted C# (CSharp) Method

OnRecipientAccepted() protected method

Invoked when a recipient is accepted by the SMTP server.
The default implementation does nothing.
protected OnRecipientAccepted ( MimeMessage message, MimeKit.MailboxAddress mailbox, MailKit.Net.Smtp.SmtpResponse response ) : void
message MimeKit.MimeMessage The message being sent.
mailbox MimeKit.MailboxAddress The mailbox used in the RCPT TO command.
response MailKit.Net.Smtp.SmtpResponse The response to the RCPT TO command.
return void
		protected virtual void OnRecipientAccepted (MimeMessage message, MailboxAddress mailbox, SmtpResponse response)
		{
		}