
Iterate Properties on ContactItem
You must retrieve the properties explicitly unless you're developing
exclusively with Outlook 2002, which provides an ItemProperties collection.
--
Sue Mosher, Outlook MVP
Author of
Teach Yourself Microsoft Outlook 2000 Programming in 24 Hours
Microsoft Outlook 2000 E-mail and Fax Guide
Outlook and Exchange solutions at http://www.slipstick.com
Quote:
> Any help appreciated
> Question: How so I iterate through a MapiFolder.ContactItem 's properties
> (attributes).
> Background: I am trying to make a wrapper to make an ADODB.recordset out
of
> a Outlook Contact Folder items.
> I have created a ContactItem, now I want to retrieve all the properties of
> that item, but there is no collection for the 109 ContactItem
> Properties(Attributes).
> Of course I could retrieve each property explicitly, but I would rather
> iterate through a list to minimise maintenance. (ie for each xx in
> objContacts).
> Does anyone have experiance in working with these attributes? I can
provide
> you my code so far if you are interested in helping work this out.
> Thanks
> Jeff