View Single Post
  #1  
Old June 26th 06, 10:38 PM posted to microsoft.public.outlook
[email protected]
external usenet poster
 
Posts: 1
Default Contact not showing in contact folder using automation

I'm using C++ to write a COM add-in for Outlook. I'm trying to iterate
through all of the contact folders to search for a specific contact.
When I find the contact I want to display the contact form.

Everything works fine except for a couple of contacts in the main
contact folder. There are 3 contacts that I've added that aren't
included in the ContactItem collection. I'm using debug print
statements to print out every contact in the folder and only 25 out of
28 are listed. I have no idea why these contacts are hidden. They are
not private and they have email addresses.

Can anyone help, thanks.

Kevin

Ads