Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Outlook, ContactItem, and field names
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Outlook, ContactItem, and field names
Divers
Thread ID:
01143190
Message ID:
01143190
Vues:
51
Hi
I am trying to automate Outlook to give me the field names
used in the contacts address book. I see from the Object Browser
that Outlook has a class called ContactItem. In the Object Browser, when
I click on ContactITem, I can see all of the field names for the address
book. But how do I get to these programmatically?

I am automating outlook like this
oOutlook   = CreateObject("Outlook.Application")
oNameSpace = oOutlook.GetNameSpace("MAPI")
oContacts  = oNameSpace.GetDefaultFolder( olContacts )
But I can't figure out how to then get to ContactItem?

Does anyone know how?

Thanks Steve
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform