Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Email string to CDO Message object
Message
From
29/11/2004 12:10:21
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00964291
Message ID:
00965457
Views:
61
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform