Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Iterate the Business Contacts in C#

41 views
Skip to first unread message

SSeverin

unread,
Jun 1, 2005, 3:45:36 PM6/1/05
to

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


Luther

unread,
Jun 3, 2005, 12:40:02 PM6/3/05
to

SSeverin

unread,
Jun 3, 2005, 3:52:48 PM6/3/05
to
That certainly does help!

Thanks

Sean

0 new messages