Personalizing Outlook Today

Posted Friday, June 25, 2004 6:51 PM by CumpsD
This post has been moved to http://blog.cumps.be/personalizing-outlook-today/ and updated with Outlook 2007 information and additional Outlook Today configuration options.
Filed under:

Comments

# re: Personalizing Outlook Today

Friday, June 25, 2004 1:14 PM by Dhoore

wow, that's very nice! when i got the time, i will also create my own outlook today :)

nice job!

# re: Personalizing Outlook Today

Friday, June 25, 2004 10:01 PM by Tom

Nice, but it would be really nice if you used for example Cassini or Bart De Smet's solution for hosting ASP.NET pages (based on Cassini) instead of PHP ;)...

# re: Personalizing Outlook Today

Saturday, June 26, 2004 5:14 AM by David Cumps

;) I got IIS running, no need to run Cassini, it's just that I had a PHP uptime script lying around, and just used that, instead of creating a new one :)

# re: Personalizing Outlook Today

Saturday, June 26, 2004 2:52 PM by sven cipido

Very nice, I will try to do this for my own outlook.

Just some remarks ;-) :
- When using this with Outlook 2000 SP3, you can't modify my outlook today anymore. You have to change a value in the registry.
- The technology you use is called "Digital Dashboard". Although you can use this in Outlook 2003, it's the old way. MS has now Portal Server which you can use to modify your Outlook. This because with Digital Dashboard, you have to know HTML and you have to change everything with scripting. But OK, for private use Digital Dashboard is very usefull because otherwise you need to install portal server. But in company environments more and more they will use portal server for the modifications.

# re: Personalizing Outlook Today

Saturday, June 26, 2004 2:59 PM by David Cumps

You mean there are people out there who dont know HTML or don't like it? :p

Portal Server eh, I'll remember that when I have to chance to use it :) tnx

# Customising Outlook today

Monday, June 28, 2004 5:38 PM by TrackBack

Customising Outlook today

# re: Personalizing Outlook Today

Thursday, July 01, 2004 8:39 PM by BertG

Dat dutch rest in english,
minor mistake :p

# re: Personalizing Outlook Today

Monday, July 05, 2004 4:28 PM by Lee

Just what i was looking for. Thanks mate.

Btw, what theme are you using in your screen shot?

# re: Personalizing Outlook Today

Monday, July 05, 2004 5:07 PM by David Cumps

My own theme? :p That's what the article is about, creating your own :)

'Summer' Style ;)

# re: Personalizing Outlook Today

Tuesday, July 06, 2004 4:43 AM by Lee

Sorry, i did not make that very clear :$ - in this pic http://users.pandora.be/tr/ms/blog/outlooktoday/outlook.jpg the windows theme you are using (not the outlook thing :P) - whats it called :)

# re: Personalizing Outlook Today

Tuesday, July 06, 2004 8:01 AM by David Cumps

ah :p It's the 'Watercolor' theme, check this guide on how to do it:
http://www.neowin.net/articles.php?action=more&id=54&perpage=1&pagenum=1

(Note: it might be different for another OS version)

You need to change uxtheme.dll and then search for the Watercolor theme.

PS: If your system crashes or some other damage occurs, I'm NOT responsible :) (never happened here though)

# re: Personalizing Outlook Today

Tuesday, July 06, 2004 8:58 AM by Derek

How do I know which additional datafields are available ?
You are using some of them like datafld="Name"....

Thanks & regards
Derek

# re: Personalizing Outlook Today

Tuesday, July 06, 2004 9:16 AM by David Cumps

Good question, which I sadly enough can't give a good answer to, maybe someone else can.

It's more a matter of finding them yourself, Google can't find anything on it, and I've read that it isn't supported anymore and almost not documented.

I really don't know if there are a lot more besides the one I use, I'd guess there won't be that much more :)

Sorry

# re: Personalizing Outlook Today

Monday, April 02, 2007 2:38 PM by Kevin King

I have been using a customized outlook for a while, and am interested in customizing it further.  Do you know how I can have it list the email that is sitting in my inbox? I know it would take adding a new databind, but it would be helpfull to not have to go to my inbox when i got a new email.

# re: Personalizing Outlook Today

Friday, May 04, 2007 3:27 PM by manielse

Kevin, you can add the following in your html...

<OBJECT classid=CLSID:0006F063-0000-0000-C000-000000000046

   id=ViewCtlFolder

   width="100%"

   height="500">

 <param name="Namespace" value="MAPI">

 <param name="Folder" value="Inbox">

 <param name="Restriction" value="">

 <param name="DeferUpdate" value="0">

</OBJECT>