6 references to Address
System.Net.Mail (6)
System\Net\Mail\MailAddress.cs (6)
189throw new SmtpException(SR.Format(SR.SmtpNonAsciiUserNotSupported, Address)); 216throw new SmtpException(SR.Format(SR.SmtpInvalidHostName, Address), argEx); 222throw new SmtpException(SR.Format(SR.SmtpInvalidHostName, Address)); 245return "<" + Address + ">"; 263return Address; 291Debug.Assert(Address != null, "address was null");