I have a custom today page which displays my tasks pane, among other things. Quite a few of my colleagues like this today page and have asked for it so they can work in a similar way to me.
The code I've used to display my tasks on the today page is:
I want to create a shared tasks list which I can also include on the today page, and have create the shared tasks folder in my personal mailbo, but I have no idea how to refer to this shared task list in code. I assume I would need a different CLSID. How do I determine which code is correct?
thanks
Guy
The code I've used to display my tasks on the today page is:
Code:
<OBJECT classid=CLSID:0006F063-0000-0000-C000-000000000046 id=ViewCtlFolder width="100%" height="700px">
<param name="Folder" value="Tasks">
<param name="Namespace" value="MAPI">
<param name="Restriction" value>
<param name="DeferUpdate" value="0"></OBJECT>
I want to create a shared tasks list which I can also include on the today page, and have create the shared tasks folder in my personal mailbo, but I have no idea how to refer to this shared task list in code. I assume I would need a different CLSID. How do I determine which code is correct?
thanks
Guy