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