8 references to _failedRecipientExceptions
System.Net.Mail (8)
System\Net\Mail\SmtpTransport.cs (8)
200_failedRecipientExceptions.Clear(); 210_failedRecipientExceptions.Add( 215if (_failedRecipientExceptions.Count > 0) 217if (_failedRecipientExceptions.Count == 1) 219exception = _failedRecipientExceptions[0]; 223exception = new SmtpFailedRecipientsException(_failedRecipientExceptions, _failedRecipientExceptions.Count == recipients.Count); 226if (_failedRecipientExceptions.Count == recipients.Count)