Code running the Categories button

A

Ailish

Hi

I was wondering if you could point me in the right direction. I want to
create a customised contact from in Outlook 2003 and use the existing
Category button. What code does the button use to display the list of
categories?

Thanks in advance
Ailish
 
S

Sue Mosher [MVP-Outlook]

The object browser (F2 in VBA) is your friend. Take a look at the ContactItem.ShowCategoriesDialog method.
 
Top