Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Auto Sending of Email with Subject and Message
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Auto Sending of Email with Subject and Message
Miscellaneous
Thread ID:
00583832
Message ID:
00583832
Views:
47
Hi - I am currently using the following (Sorry if this isn't Windows API!) to launch a blank email message with no subject...

DECLARE INTEGER ShellExecute IN SHELL32.DLL ;
INTEGER nWinHandle, STRING cOperation,;
STRING cFileName, STRING cParameters,;
STRING cDirectory, INTEGER nShowWindow
ShellExecute(0, "", "mailto:" + lcEmail, "", "",1)

Is there a way to specify a subject and message and get the email message to go straight into the Outbox rather than appear on screen waiting to be sent?

Thanks for any comments...
Chris Maiden
Email
Web
Next
Reply
Map
View

Click here to load this message in the networking platform