How to create a new category

  • Thread starter Thread starter kfawell
  • Start date Start date
K

kfawell

I would like to be able to create new categories from an add-in that I
making. How can I display the existing category dialog and make the create
new category part of it active?

Thank you.
 
To create a new category, use the Namespace.Categories.Add method and the
properties of the Category object. The Categories dialog would not be
involved at all.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 
Back
Top