View Single Post
 
Old 06-16-2009, 03:11 PM
Orzabal Orzabal is offline Windows Vista Office 2003
Novice
 
Join Date: Jun 2009
Posts: 2
Orzabal is on a distinguished road
Default Outlook Web Interface Options

I have seen code that allows users to add your outlook calendar into an IE web page. See below-
Is there a similar way to include ones tasks and perhaps an email folder?

------------------------------
<object classid="clsid:0006F063-0000-0000-C000-000000000046"
id="ViewCtlFolder"
width="100%"
height="400px"
codetype= "application/x-oleobject"
codebase="http://activex.microsoft.com/activex/controls/office/outlctlx.CAB#ver=9,0,0,3203">

<param name="Namespace" value="MAPI">
<param name="Folder" value="Calendar">
<param name="Restriction" value="">
<param name="DeferUpdate" value="0">

</object>
------------------------------------
Reply With Quote