Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using the Window's ShellExecute Command
Message
From
15/09/2005 13:50:39
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Using the Window's ShellExecute Command
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01050007
Message ID:
01050007
Views:
51
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 send the email, once this code has been implemented\process. Do anyone have any suggestions?



Thank You In Advance



Winfred Majors
Next
Reply
Map
View

Click here to load this message in the networking platform