Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Custom Calendars in Outlook
Message
From
29/12/2003 15:08:02
 
 
To
29/12/2003 14:34:14
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, United States
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00862591
Message ID:
00862609
Views:
14
I created a calendar in outlook 2000 and need to know how to access it from VFP using Automation. Please help
oOutlook = CREATEOBJECT( 'Outlook.Application' )
oNameSpace = oOutlook.GetNamespace( 'MAPI' )
oCalendar = oNameSpace.GetDefaultFolder( 9 )	&& Calendar
oCustomCalendar = oCalendar.Folders( 1 )
=oCustomCalendar.Display()
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform