Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting Error Trying To Email using CDO is VFP
Message
De
17/06/2010 10:20:43
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Getting Error Trying To Email using CDO is VFP
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01469413
Message ID:
01469413
Vues:
133
1. I am trying to create a email program in Visual Fox Pro using CDO. List below is my source code:

oMSG = CREATEOBJECT('cdo.message')
oMSG.To = 'annfoster@yahoo.com'
oMSG.From = 'robert@yahoo.com'
oMSG.Subject = 'Hello Email'
oMSG.TextBody = 'This is an easy way to create an email'
oMSG.Send()

2. This is the erro message I am getting: "OLE IDispatch exception code 0 from the CDO.Message.1:
The "SendUsing" configuration value is invalid.

3. How do I fix this issue? I think I need to change the value, but where do I change it at?


Thank You In Advance



Winfred Majors
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform