8 references to failedRecipientExceptions
System (8)
net\System\Net\mail\SmtpTransport.cs (8)
318failedRecipientExceptions.Clear(); 326failedRecipientExceptions.Add( 331if (failedRecipientExceptions.Count > 0) 333if (failedRecipientExceptions.Count == 1) 335exception = (SmtpFailedRecipientException) failedRecipientExceptions[0]; 339exception = new SmtpFailedRecipientsException(failedRecipientExceptions, failedRecipientExceptions.Count == recipients.Count); 342if (failedRecipientExceptions.Count == recipients.Count){