Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to send emails from vfp app ?
Message
From
12/10/2007 19:21:55
 
 
To
12/10/2007 15:16:40
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01258089
Message ID:
01260761
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

Shafid -

This was something I was looking for just today, and it works great!

Thanks!
Carsten M. Thode
Previous
Reply
Map
View

Click here to load this message in the networking platform