H
Heinz-Josef Bomanns
Good morning fellow sufferers ,-)
Working on a COM add in that deals with notes. Via Tools/Options you
can set default color, size and font for notes. Settings are stored in
the registry (only if different from the defaults!) under
HKEY_CURRENT_USER, Software\ Microsoft\ Office\ x.x (= 9.0, 10.0,
11.0...)\ Outlook\ Options\Note, where NoteColor and NoteSize are
simple Reg_DWords but NoteFont is a Reg_Binary. I guess this is some
kind of object holding font name, font color, font size, attributes
like bold, italic, underline and so on. Does anybody has any
information or description about this setting/object or about the
meanings of the different fields in it? TIA for any inspiration...
Working on a COM add in that deals with notes. Via Tools/Options you
can set default color, size and font for notes. Settings are stored in
the registry (only if different from the defaults!) under
HKEY_CURRENT_USER, Software\ Microsoft\ Office\ x.x (= 9.0, 10.0,
11.0...)\ Outlook\ Options\Note, where NoteColor and NoteSize are
simple Reg_DWords but NoteFont is a Reg_Binary. I guess this is some
kind of object holding font name, font color, font size, attributes
like bold, italic, underline and so on. Does anybody has any
information or description about this setting/object or about the
meanings of the different fields in it? TIA for any inspiration...