You can use the ItemProperties collection to iterate all the standard fields except for collection like Links.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"Chris S" wrote in message ...
Hi,
I have written a macro that lists all duplicates in an outlook
contacts folder. Now that I know which contacts are duplicated, I am
trying to find out WHAT differences, if any, there are between the
duplicates.
So, does anyone know how to find/list all the non empty fields in any
given contact using vba?
Thanks.