Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sending UTF-8 emails using CDO2000
Message
From
21/07/2021 02:47:03
 
 
To
20/07/2021 11:07:25
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
01681865
Message ID:
01681880
Views:
71
you can first try to convert the text to UTF-8 using STRCONV () ?

>maybe try with:
>
.BodyPart.CharSet="utf-8"
>

I tried
loMail = NEWOBJECT("Cdo2000", "Cdo2000.fxp")
WITH loMail
    .cCharset = 'UTF-8'
...
CDO2000.prg code populates bodypart and other charsets from this.
However russian utf-8 body and subject still contain garbage characters.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform