Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Outlook, ContactItem, and field names
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Outlook, ContactItem, and field names
Miscellaneous
Thread ID:
01143190
Message ID:
01143190
Views:
53
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
Next
Reply
Map
View

Click here to load this message in the networking platform