Hi all,

I have been playing around with Outlook today and the ability to customise it via a locally stored web page.

The page uses databinding to display tasks, inbox folder summaries, and to hyperlink to the calendar, mail folders, task page etc.

What I would like to do, but lack the programattical wherewithal to know where to start, if to modify the hyperlinks such that the navigation pane is made visible when going to calendar or mail folders.

the code as it stands is:-

<td id=CellCalHdr class=component child=CalendarHeader
onclick="window.document.location.href='outlook:calendar';window.event.returnValue=false;" valign=bottom width=100% nowrap>

<a id=CalendarHeader href="outlook:calendar" onclick="window.event.cancelBubble=true;" class=componentLink>Calendar</a>
</td>
which references the calendar databinding object set up in the head of the html document.

I thought an alternative if it cannot be done through the HTML page would be to use vba to check navigationpane status on entering the calendar and mail folders, but I am not familiar with outlook's object model and can't find any appropriate events in the editor.

Any advice greatly appreciated!!

Iain