Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CDO - Collaborative Data Objects
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
CDO - Collaborative Data Objects
Miscellaneous
Thread ID:
00768055
Message ID:
00768055
Views:
49
Hi,

I don't know if I picked the correct category for this message. Please xcuse me if I didn't.

Well my question is: Has anybody been using Collaborative Data Objects (CDO) in VFP? Any comments? Is it something woth trying or should I stay away from it?

In particular this is the code I would like to use to replace some other email sending code (from see4fp)
loMsg = createobject("CDO.Message")
loMsg.To = "someone@somewhere.com
loMsg.From = "einar@somewhere.com"
loMsg.Subject = "Some Subject"
loMsg.TxtBody = "Nice Body"
loMsg.send()
I have done some testing and it seems to work, but it almost seems to simple to be true.

Einar
Semper ubi sub ubi.
Reply
Map
View

Click here to load this message in the networking platform