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

Click here to load this message in the networking platform