M
MA
Hi,
I am using Redemption create Outlook messages.
I have noticed some messages not displaying proper characters in
Outlook. For example: I am creating some messages which has chinese
characters. See below the META tag of the HTML.
<meta http-equiv="Content-Type" content="text/html; charset=big5">
In the C# debugger, I can see "htmlBody" contains correct the
characters but the message showing garbase.
message.HTMLBody = htmlBody; // htmlBody ok
Also the OutlookSpy CurrectItem.HTMLBody shows correct format. Do I
need to set some other properties in Outlook?
Thanks for the advice.
Regards,
MA
I am using Redemption create Outlook messages.
I have noticed some messages not displaying proper characters in
Outlook. For example: I am creating some messages which has chinese
characters. See below the META tag of the HTML.
<meta http-equiv="Content-Type" content="text/html; charset=big5">
In the C# debugger, I can see "htmlBody" contains correct the
characters but the message showing garbase.
message.HTMLBody = htmlBody; // htmlBody ok
Also the OutlookSpy CurrectItem.HTMLBody shows correct format. Do I
need to set some other properties in Outlook?
Thanks for the advice.
Regards,
MA