2 references to FailedRecipient
System.Net.Mail (2)
System\Net\Mail\SmtpFailedRecipientsException.cs (2)
41
base(message, innerExceptions.Length > 0 ? innerExceptions[0].
FailedRecipient
: null, innerExceptions.Length > 0 ? innerExceptions[0] : null)
50
innerExceptions.Count > 0 ? innerExceptions[0].
FailedRecipient
: null,