6 references to GetSmtpAddress
System.Net.Mail (6)
System\Net\Mail\MailAddress.cs (1)
313encodedAddress += " " + GetSmtpAddress(allowUnicode);
System\Net\Mail\SmtpClient.cs (3)
727address.GetSmtpAddress(allowUnicode); 730message.Sender?.GetSmtpAddress(allowUnicode); 731message.From!.GetSmtpAddress(allowUnicode);
System\Net\Mail\SmtpCommands.cs (1)
347string fromString = from.GetSmtpAddress(allowUnicode);
System\Net\Mail\SmtpTransport.cs (1)
123string smtpAddress = address.GetSmtpAddress(allowUnicode);