Outlook Today in Outlook 2007

G

Germex

I am trying to display customized data on my Outlook Today page. All the
defaults (Calendar, Messages, and Tasks are working). However, I created
another Task folder with personal tasks that I want to see as well. When I
click on the heading, Outlook will display the content of that folder – but
not the details on the main Outlook today page. I am thinking that it has
something to do with the Object Data Binding. I cloned the data binding for
the Task to reflect this in the HTML file:

<object id="TaskList" classid="CLSID:0468C085-CA5B-11D0-AF08-00609797F0E0">
<param name="Module" value="Tasks">
</object>
<OBJECT ID="PersTaskList"
CLASSID="CLSID:0468C085-CA5B-11D0-AF08-00609797F0E0">
<PARAM NAME="Module" VALUE="Personal Tasks">
</OBJECT>

I believe that the dll that the CLSID is pointing to (OUTLCTL.DLL which is
the “Outlook Today’s Data-Binding Controlâ€) does not contain the
PersTaskList. How would I either add this to the existing dll or create a
new one? I do believe that I just need to clone the TaskList into the
PersTaskList to get what I want.

Any help would be greatly appreciated.
 

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