Outlook 2003 categories

J

Jonas

Hi

I have written a little macro that sets the outlook categories in the
registry.
It works fine with OL 2000 and XP, but on Outlook 2003 it seems that the
place has changed where the categories are saved.

Does anyone know where the categories of OL 2003 are saved ?

Regards

Jonas
 
K

Ken Slovak - [MVP - Outlook]

Outlook 2000 uses ANSI strings for custom categories, Outlook 2002 and 2003
use Unicode strings. So the registry value would be REG_SZ in Outlook 2000
and REG_BINARY for Outlook 2002 and 2003.

The location of the MasterList value depends on the Outlook version:

HKCU\Software\Microsoft\Office\9.0\Outlook\Categories\MasterList. Substitute
10.0 for Outlook 2002 and 11.0 for Outlook 2003.
 
J

Jonas

Hi Ken,

thanks for the information.
My category synchronizer works again :)

Regards

Jonas
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top