Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Instantiating Outlook through VFP 6.0
Message
From
09/05/2000 13:52:37
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00367348
Message ID:
00367738
Views:
21
PMI, GT,


This should work to show contacts:
oOutlook	=CREATEOBJECT("Outlook.Application")
oNameSpace	=oOutlook.GetNameSpace("MAPI")
oContacts	=oNameSpace.GetDefaultFolder(10)
oExplorer	=oContacts.GetExplorer
oExplorer.Display
------------------------------------------------
John Koziol, ex-MVP, ex-MS, ex-FoxTeam. Just call me "X"
"When the going gets weird, the weird turn pro" - Hunter Thompson (Gonzo) RIP 2/19/05
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform