Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CDO - Collaborative Data Objects
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
CDO - Collaborative Data Objects
Divers
Thread ID:
00768055
Message ID:
00768055
Vues:
48
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.
Répondre
Fil
Voir

Click here to load this message in the networking platform