Accessing / Updating Categories list

  • Thread starter Thread starter Neil Dittmar
  • Start date Start date
N

Neil Dittmar

Hello all,

Is there any way to programatically access and update the
Master Categories list for a user? I am programming in
both an Outlook Form (VBScript) and VB 6.0 environment so
the ability to access on either level will do. Is there
something via the Outlook Object Model that I can use?
Any help would be appreciated.

Thanks,

Neil Dittmar
Software Developer
Aurora Information Systems
 
The master categories list is in the user's Windows registry, so use
registry methods.
 
Sue Mosher said:
The master categories list is in the user's Windows registry, so use
registry methods.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers


The categories are here in the registry if anyone is interested...
HKCU\Software\Micdrosoft\Office\9.0\Outlook\Categories
 
Back
Top