Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sending UTF-8 emails using CDO2000
Message
De
20/07/2021 08:37:33
 
 
À
20/07/2021 05:01:37
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
01681865
Message ID:
01681869
Vues:
78
maybe try with:
.BodyPart.CharSet="utf-8"
If message subject and body are in UTF-8 , junk characters appear instead of russian text when http://www.berezniker.com/content/pages/visual-foxpro/cdo-2000-class-sending-emails is used to send emails.

How to send cyrillic characters in UTF-8 encoding ?

Should
COMPROP( oCOMObject, 'UTF8', 1)
added to CDO2000.prg if encoding is UTF-8 . There are several com objects, no idea how to apply this.

Or can UTF-8 conveted to HTML and html body used.

Using SYS(3101 ,1251) sends russian characters in body properly requires using Windows-1251 encoded text.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform