Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sending Email using VFP
Message
De
04/10/2005 08:21:44
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Sending Email using VFP
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP1
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01055801
Message ID:
01055801
Vues:
61
I am trying to use Microsoft Outlook Express to send emails from Visual Fox Pro. I can get the Microsoft Outlook Express application to launch, but I also want it to send the email automately with end-users pressing the send button. List below is the source code that I am using.

***************************************************************************
DECLARE INTEGER ShellExecute IN shell32.dll ;
INTEGER hndWin, STRING cAction, STRING cFileName, ;
STRING cParams, STRING cDir, INTEGER nShowWin
lcMail = "mailto:someone@mycompany.com"+ ;
"?CC= someone@yahoo.com&Subject= Invitation"+ ;
"&Body= Welcome - Test Data."
ShellExecute(0,"Open",lcMail,"","",1)
****************************************************************************

I am seeking a way to automately open and send the email, once this code has been implemented\process. Do anyone have any suggestions?



Thank You In Advance


Winfred Majors
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform