Iterate the Business Contacts in C#

S

SSeverin

Hi,

I'm trying to iterate my business contacts but am having trouble accessing
the right "folder"

I read in a group that you can access it like the other contacts using the
Outlook Object Model but I can't figure it out.

Using something like this doesn't work:

Ol.MAPIFolder cContacts = oNS.GetDefaultFolder(Ol.OlDefaultFolders.olFolderContacts);
Ol.Items oItems = cContacts.Items;

iterate here...


Any thoughts?



Thanks


Sean
 

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

Top