Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
E-MAIL Application
Message
From
16/11/1998 22:18:06
 
 
To
16/11/1998 22:13:15
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00158081
Message ID:
00158115
Views:
14
>>How could I automate from my commandbutton named "Send E-mail" wherein the NEW MESSAGE window of the Microsoft Exchange will pop-up on my screen.
>
>Hm... if you are in 6.0 you can use the new URL controll and use a mailto: tag, which should bring up your message send screen.
>
>Other than that, you will want to use automation with your mail client.
>
>BOb

Generic /client independent solution:

oShell = CREATEOBJECT('Shell.Application')
oShell.Open('Mailto:esmoore@flash.net')
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform