To-Do Bar settings (2007)

  • Thread starter Thread starter tomthedev
  • Start date Start date
T

tomthedev

All,
We were curious if anybody had details of settings in Outlook 2007:

Settings to show View >> To-Do Bar >> Normal(checked or turned on)
Settings to show View >> To-Do Bar >> Date Navigator(checked or turned on)
Settings to show View >> To-Do Bar >> Task List(checked or turned on)

Are these simply registry settings, and if so, does anybody have details for
the key path and values?

Thank you!
 
HKCU\Software\Microsoft\Office\12.0\Outlook\Options\ToDoBar. You'll have to
play with the settings to see how they affect the registry values.

Bear in mind that in most cases I know of Outlook will write out registry
settings when the option is changed, but only reads the registry on startup.
After that it maintains the settings it uses in-memory.
 
Ken,

That is exactly it-relatively straightforward, but took a little bit of
trial and error. Here is what I learned:

HKCU\Software\Microsoft\Office\12.0\Outlook\Options\ToDoBar Key:
MiniToDoBar = 0 Shows Display as Normal, 1 to Minimize
HKCU\Software\Microsoft\Office\12.0\Outlook\Options\ToDoBar Key: NumDate
= 1 Shows Date Navigator
HKCU\Software\Microsoft\Office\12.0\Outlook\Options\ToDoBar Key:
ShowTaskList = 1 Shows Task List

Thanks again!
 
Back
Top