2 writes to _failedRecipientException
System.Net.Mail (2)
System\Net\Mail\SmtpClient.cs (2)
887client._failedRecipientException = null; // Reset before the next send. 916_failedRecipientException = sendResult.GetFailedRecipientException();
1 reference to _failedRecipientException
System.Net.Mail (1)
System\Net\Mail\SmtpClient.cs (1)
897Complete(_failedRecipientException, result.AsyncState!);