wrong body .msg coding

G

giovanni

Hello everyone, I'm developing an add-in that uses redemption to save a
received mailitem.
This happens:
on an Outlook2000 test machine when I use MAPIUtils to reload .msg file and
then resave it to set correct message body, if original message contains
character like:
é, €, à, In the saved message I find them or changed with a triplet of
chars, for example:
"à" becomes "ÃÂ"
"€" becomes "€"
the message is saved as olMsg, but I saw PR_INTERNET_CPID = 65001
Any suggestion?!!
 
G

giovanni

Hi, no I'll manage and then I'll report, are there known issues about
..htmlbody encoding on 4.6?
 
G

giovanni

Hi, I've made a try with 4.7, but it still makes wrong .Html body, but in a
different way (I mean it changhes the wrong chars than the previous version
with other wrong chars), I tried setting and non setting .InternetCodepage
before and after setting .html body but result is still wrong.
Any idea?
 
Top