Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Send Mail with CDO
Message
De
12/07/2006 16:47:48
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Send Mail with CDO
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows XP
Network:
Windows XP
Database:
Firebird
Divers
Thread ID:
01135873
Message ID:
01135873
Vues:
72
Hello,
when I try to execute the code above I receive this message:

SendUsing is invalid!!

How can I do?

oMSG = createobject("CDO.Message")
oMSG.To = "romulorochabr@hotmail.com"
oMSG.From = "romulorochabr@hotmail.com"
oMSG.Subject = "Outlook express"
oMSG.TextBody = "This is an easy way to create an email"
oMSG.Send()


Thanks!

Romulo Rocha
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform