Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Email string to CDO Message object
Message
 
 
À
29/11/2004 12:10:21
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00964291
Message ID:
00965458
Vues:
44
Yep, I did a quick test with your code and looks like it works too but I'll stick to my version. If it's not broken don't fix it. :)

>Thanks, Sergey. I had also stumbled into the following that worked
>
>loStream = CREATEOBJECT("ADODB.Stream")
>loStream.Open()
>loStream.Type = 2 && adTypeText
>loStream.CharSet = "US-ASCII"
>loStream.WriteText(lcMsg)
>loStream.Position = 0
>
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform