SmtpClient smtpClient = new SmtpClient(); smtpClient.DeliveryFormat = SmtpDeliveryFormat.International;
You must note that it is only available with .NET Framework 4.5 or later.
Daily micro-tips for C#, SQL, performance, and scalable backend engineering.
SmtpClient smtpClient = new SmtpClient(); smtpClient.DeliveryFormat = SmtpDeliveryFormat.International;
You must note that it is only available with .NET Framework 4.5 or later.