Code running the Categories button

  • Thread starter Thread starter Ailish
  • Start date Start date
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
 
The object browser (F2 in VBA) is your friend. Take a look at the ContactItem.ShowCategoriesDialog method.
 
Back
Top