After some trial and error, I managed to write a somewhat functional plugin to display MS Outlook (not Express) Inbox stats, as well as the three most recent message subjects and dates. See below:
The first 6 characters (HH:MM]) are static, and the rest scrolls.
This is also fully Exchange compatible.
Source files: http://files.radicand.org/PertOutlook-source.zip
Plugin-only files: http://files.radicand.org/PertOutlook-dll.zip
You may need an additional Interop dll, but it worked for me with just the two .dll files I provided. Please let me know if you think you need the extra ones (if the screen is blank).
Please use this thread for comments regarding the plugin. Once I feel it's polished, I'll submit for the CDC.
Releases:
v1.0: Initial Release
v1.1: Added a Configuration dialog (launch from plugin menu) mainly for others to see how to do.
v1.2: Fixed a sorting bug, added update intervals (set in config), and cleaned up some of the source code.
TODO:
- Allow for more than three messages. I suppose this could be achieved by using the "W/S" hotkeys to scroll up and down, but due to the fact that I know people with thousands of items in "Inbox", I'd probably hard-limit it.
- Should it just display unread items?
- Any other stats? Row 4 is kind of lonely.
