Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to send emails from vfp app ?
Message
From
12/10/2007 15:16:40
 
 
To
02/10/2007 16:23:39
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01258089
Message ID:
01260703
Views:
10
Try this one :
Local cEmail,cSubj
DECLARE INTEGER ShellExecute IN "Shell32.dll" ;
INTEGER hwnd, ;
STRING lpVerb, ;
STRING lpFile, ;
STRING lpParameters, ;
STRING lpDirectory, ;
LONG nShowCmd

cEmail="khan.software@khan.co.nz"
cSubj="Email test from KSL"
=Shellexecute(0,"Open","mailto:&cEmail?subject=&cSubj","","",0)

HTH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform