Improving Outlook with a custom dashboard
Update the Outlook Today Screen with your own Dashboard set up how you want, with the view that you want
One of the features of Outlook I have just discovered is the ability to use a custom dashboard page in the Outlook Today screen.
As I’m only running the pants Outlook 2002 at work there was no way of decently viewing tasks, inbox, calendar etc. in a nice format within the program or the supplied Outlook Today styles. That’s where the dashboard comes in.
With the dashboard you can run ActiveX objects to pull in various components into the Today screen, in any order you want as it’s based on a simple HTML file. Below is a screenshot showing my current Today Screen:

The above view is showing the Inbox (left) and Tasks (right) listed together which was (to my knowledge) not possible with the supplied styles.
To add components to the page drop the following code into your HTML template:
id=ViewCtlFolder
width="100%"
height="565">
You then change the “Folder” attribute to point to whatever folder you wish. You you wish to point to subfolders, change the “Folder” Parameter to:
And Bob’s your Uncle!
Note that the Preview Pane isn’t available for use on the Today Dashboard (not that I’ve found anyway) because of security issues.
You can view my version of the dashboard here (save the webpage to be able to use it on your machine).
Alternatively, download the dashboard with all the components I’ve found from here.
Obviously you will need to be using a machine with Outlook installed to view anything.
Also note that I’ve only checked this with Outlook 2002, if anyone’s got any other versions I’d love to know if it works.






Add New Comment
Viewing 4 Comments
Thanks. Your comment is awaiting approval by a moderator.
Do you already have an account? Log in and claim this comment.
Do you already have an account? Log in and claim this comment.
Do you already have an account? Log in and claim this comment.
Do you already have an account? Log in and claim this comment.
Do you already have an account? Log in and claim this comment.
Add New Comment