F
flemming eriksen
Hallo NG.
Within Framework 1.1 we send SMTP-mails the following way
System.Web.MailMessage mail = new System.Web.MailMessage();
mail.BodyFormat = System.Web.MailFormat.Text;
mail.BodyEncoding = Encoding.UTF8;
System.Web.Mail.SmtpMail.Send(mail);
If I now put asian special characters in Subject AND Body, then
View with Outlook-Express: characters are correctly diplayed.
View with Outlook: only Body is correct.
View with Lotus: Body and Subject correct displayed.
Am I missing some settings - and which one - so Outlook displays the
characters correctly, or is Outlook setup in a wrong way?
Regards,
flemming
Within Framework 1.1 we send SMTP-mails the following way
System.Web.MailMessage mail = new System.Web.MailMessage();
mail.BodyFormat = System.Web.MailFormat.Text;
mail.BodyEncoding = Encoding.UTF8;
System.Web.Mail.SmtpMail.Send(mail);
If I now put asian special characters in Subject AND Body, then
View with Outlook-Express: characters are correctly diplayed.
View with Outlook: only Body is correct.
View with Lotus: Body and Subject correct displayed.
Am I missing some settings - and which one - so Outlook displays the
characters correctly, or is Outlook setup in a wrong way?
Regards,
flemming