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