PDA

View Full Version : Accessing Outlook Contacts / Categories



Opv
04-30-2011, 04:55 PM
How would I address the contact list AND the different categories of contacts within Outlook 2000? I already have an Outlook object created (OutApp) that generates an email from within Excel. What I am wanting to do is to be able to restrict who gets the mail to those contacts having the designated Category, "Committee".

Opv
04-30-2011, 05:49 PM
I've figured out how to access the contacts folder:

Set myCat = myNameSpace.getdefaultfolder(10) 'Contacts


I still need to know how to access the Categories.