customizing Outlook Today (OL2003)

R

Robert Sieber

Hello everybody,

I hope sb yould help me resolving the following problem:

I like to customize my outlook today in the manner to show also
the full inbox on the today screen. I wrote the follwoing HTML
page:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Beschreibung des Frameset-Inhalts</title>
</head>
<frameset rows="50%,50%">
<frame src="outlook.htm" name="Navigation">
<frame src="outlook:inbox" name="Daten">
<noframes>
<body>
<h1>Alternativ-Inhalt</h1>
<p>Wird angezeigt, wenn der Browser keine Frames darstellen kann.</p>
<p>Mindest-Inhalt sollten eine Kurzbeschreibung und eine Sitemap
sein.</p>
</body>
</noframes>
</frameset>
</html>

When now opening the today page I'll be redirected to the Inbox.
When I use two normal html pages it is working fine.

How to use a frameset with outlook items like inbox, tasks, notes
and os on.

Best,

Robert
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top