Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Start the Outlook client
Message
From
30/06/2000 09:47:30
 
 
To
30/06/2000 03:43:08
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00386966
Message ID:
00387038
Views:
16
>Hi All,
>
>I want users click on a buttom then the outlook client (new mail) is start. How can I do??
>
>
>Wilson

oOL = CreateObject("Outlook.Application")
oMsg = oOL.CreateItem(0) && Mail item
oMsg.Display

As Nigel pointed out, this works only if the user has full Outlook installed, not just Outlook Express.
Previous
Reply
Map
View

Click here to load this message in the networking platform