2 references to DisplayName
System.Net.Mail (2)
System\Net\Mail\MailAddress.cs (2)
261
if (string.IsNullOrEmpty(
DisplayName
))
267
return "\"" + EscapeQuotedStringContent(
DisplayName
) + "\" " + SmtpAddress;