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
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