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