Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to send a email programaticaly
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
How to send a email programaticaly
Miscellaneous
Thread ID:
00219844
Message ID:
00219844
Views:
61
I'm using an API function to run "mailto:emailAddress" and it works, but it only accept the address as parameter.

There's another way or how can I do it.

This is my code:

DECLARE ShellExecute IN "Shell32.dll" LONG, String, String, String, String, LONG

X = ShellExecute(cur_window, 'OPEN', "mailto:emailAddress", "", "", 10)
Next
Reply
Map
View

Click here to load this message in the networking platform