Getting the List of avaialble categories and list of lables

I

Inbar

Is there a way to get the list of available categories and the list of labels
(there are always 10 labels but their names can be changed…)


Thanks!

Inbar.
 
E

Eric Legault [MVP - Outlook]

For reading labels, see the sample on this page:

OutlookCode.com :: Outlook Code Samples :: Outlook Expert Techniques :: Set
color label on appointment:
http://www.outlookcode.com/codedetail.aspx?id=139

The Master Categories list is stored in the registry:
HKCU\Software\Micdrosoft\Office\X.0\Outlook\Categories
 
I

Inbar

Yes, this assumes I have a specific item in the calendar that I want to find
its label. What I need to do is find all the avaialbe lables. They may not
have been assigned to items at all. Any ideas about that?
 
Top