Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Email API call
Message
From
02/11/1999 18:14:15
 
 
To
02/11/1999 18:13:28
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00285626
Message ID:
00285824
Views:
51
>>Is it possible? Could you help me figure out
>>how to invoke the default new email screen?
>
>Well, why didn't you say so?
>
>
>declare long ShellExecute in "shell32.dll" long, string, ;
> string, string, ;
> string, long
>
>=ShellExecute(0, "open", "mailto:esmoore@texas.net","","",0)
>
>Alternatively,
>
>oShell = CREATEOBJECT("Shell.Application")
>oShell.Open("esmoore@texas.net")
>
>the latter example uses the shell object that is only available in later versions of windows, and with recent versions of IE.

Woops. Make that second example read:

oShell = CREATEOBJECT("Shell.Application")
oShell.Open("mailto:esmoore@texas.net")
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform