Question on Notes...

  • Thread starter Heinz-Josef Bomanns
  • Start date
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...
 
K

Ken Slovak - [MVP - Outlook]

Hi Bomi,

It looks like the name of the font, plus size and other attributes,
beginning with the red-green-blue values of the color, and the size in
binary.

Experiment with different settings and see how the reg value changes.

BTW, that key only exists if you've clicked OK in the Options dialog.
 
H

Heinz-Josef Bomanns

Hi Ken,
Experiment with different settings and see how the reg value changes.

Yeep, seems to be the only way to figure things out - even on MSDN or
TechNet no infos available for this entry. Thanks!
 

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