Get All Contact Properties

  • Thread starter Thread starter Matt Williamson
  • Start date Start date
M

Matt Williamson

Is there any way to get all contact properties without specifying what
property I want? My contact form is custom and contains many extra fields.
I'd like to just loop through the entire collection and write out the name
and value of all properties for all contact items in my public folders. I
haven't found any examples using the Outlook Object Model or CDO that
indicate this is possible, but I know it has to be at some level since
OutlookSpy is able to enumerate them this way and is able to read the extra
fields.

TIA

Matt
 
You can use the ItemProperties collection in Outlook 2002/3, but I don't
think it will handle Links, since it's not a property with a single value.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top