Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP & Email
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP1
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01135275
Message ID:
01135280
Views:
12
Ken, try this
DECLARE INTEGER ShellExecute IN shell32;
	INTEGER hWindow, STRING lpOperation,;
	STRING lpFile, STRING lpParameters,;
	STRING lpDirectory, INTEGER nShowCmd

LOCAL lcMail
lcMail = "mailto:buddy1@somewhere.com" +;
	"?CC=buddy2@somewhere.com&Subject=Meet for lunch" +;
	"&Body=Please join me for a sandwich at noon."

= ShellExecute(0, "open", lcMail, "", "", SW_SHOWNORMAL)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform