Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Custom Calendars in Outlook
Message
De
29/12/2003 15:08:02
 
 
À
29/12/2003 14:34:14
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00862591
Message ID:
00862609
Vues:
12
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()
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform