How can an add-in add a navigation module to Outlook 2007?

How can I use the NavigationModule for the Outlook 2007 navigation bar? I would like to do it via API, but other solutions are good too.

0


a source to share


1 answer


It is not possible to do this through OOM, you really only have form regions which I think may not fit the bill.



This can be done using the Subclassing and Hooking resize events at the win api level.

0


a source







All Articles