6 references to Address
System.Net.Mail (6)
System\Net\Mail\MailAddress.cs (6)
200throw new SmtpException(SR.Format(SR.SmtpNonAsciiUserNotSupported, Address)); 227throw new SmtpException(SR.Format(SR.SmtpInvalidHostName, Address), argEx); 233throw new SmtpException(SR.Format(SR.SmtpInvalidHostName, Address)); 256return "<" + Address + ">"; 274return Address; 308Debug.Assert(Address != null, "address was null");