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