Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with Outlook Automation
Message
From
31/07/2000 12:07:22
 
 
To
30/07/2000 07:25:41
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00398593
Message ID:
00398853
Views:
30
>*// Create the Outlook Object
>Public oOutLookObject
>oOutLookObject = CreateObject("Outlook.Application")
>

Matt - I haven't worked with Outlook 98, but with Outlook 2000, you always need to call Outlook's GetNameSpace method after you open it:

oNameSpace = oOutlookObject.GetNameSpace("MAPI")

Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform