Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Opening Outlook calendar
Message
De
12/03/2003 10:56:12
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Opening Outlook calendar
Divers
Thread ID:
00764835
Message ID:
00764835
Vues:
54
Hello,

I'm using teh following code to open my calendar in Outlook :

loLocalAgenda = Createobject("Outlook.Application")
loNameSpace = loLocalAgenda.GetNameSpace("MAPI")
oAgenda = loNameSpace.GetDefaultFolder(9)
oShow = oAgenda.GetExplorer(2)
oShow.Activate()

It works fine but it's always today's calendar. How can I open the calendar of a specific date ?

Greetings
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform