Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Email string to CDO Message object
Message
De
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:
00965457
Vues:
54
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform