Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP & Email
Message
From
11/07/2006 18:43:30
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, United States
 
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:
01135549
Views:
12
Thanks.

>No.
>
>>PMFJI, can this syntax be used to add an attachment? Also, what is the value of SW_SHOWNORMAL?
>>
>>Thanks.
>>
>>>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
Reply
Map
View

Click here to load this message in the networking platform