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

OnSenderAccepted() protected method

Invoked when the sender is accepted by the SMTP server.
The default implementation does nothing.
protected OnSenderAccepted ( 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 MAIL FROM command.
response MailKit.Net.Smtp.SmtpResponse The response to the MAIL FROM command.
return void
		protected virtual void OnSenderAccepted (MimeMessage message, MailboxAddress mailbox, SmtpResponse response)
		{
		}