2 references to FailedRecipient
System (2)
net\System\Net\mail\SmtpFailedRecipientsException.cs (2)
42
base(message, innerExceptions != null && innerExceptions.Length > 0 ? innerExceptions[0].
FailedRecipient
: null,
55
innerExceptions != null && innerExceptions.Count > 0 ? ((SmtpFailedRecipientException) innerExceptions[0]).
FailedRecipient
: null,