6 references to GetSmtpAddress
System.Net.Mail (6)
System\Net\Mail\MailAddress.cs (1)
330encodedAddress += " " + GetSmtpAddress(allowUnicode);
System\Net\Mail\SmtpClient.cs (3)
762address.GetSmtpAddress(allowUnicode); 765message.Sender?.GetSmtpAddress(allowUnicode); 766message.From!.GetSmtpAddress(allowUnicode);
System\Net\Mail\SmtpCommands.cs (1)
347string fromString = from.GetSmtpAddress(allowUnicode);
System\Net\Mail\SmtpTransport.cs (1)
143string smtpAddress = address.GetSmtpAddress(allowUnicode);