Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
EMail Attachment
Message
From
26/04/2002 16:33:32
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
EMail Attachment
Miscellaneous
Thread ID:
00649796
Message ID:
00649796
Views:
35
I'm using ShellExecute to open up the registered e-mail program. Is there a way to have it include an attached file? Here's what I'm doing now:

DECLARE INTEGER ShellExecute ;
IN SHELL32.DLL ;
INTEGER nWinHandle,;
STRING cOperation,;
STRING cFileName,;
STRING cParameters,;
STRING cDirectory,;
INTEGER nShowWindow

shellexecute(0,'Open','mailto:alan@kbasoftware.com','','',1)


Thanks,
Alan
Next
Reply
Map
View

Click here to load this message in the networking platform