Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with Outlook Automation
Message
De
31/07/2000 12:07:22
 
 
À
30/07/2000 07:25:41
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00398593
Message ID:
00398853
Vues:
31
>*// 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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform