OL98: Finding Information on How to Customize the Outlook Today Page

ID: Q194978


The information in this article applies to:


SUMMARY

This article provides an overview of resources available for learning how to customize the Outlook Today page.

IMPORTANT: Customizing the Outlook Today page typically requires knowledge of the C/C++ programming language. Customization of this page should typically be done by solution providers or developers seeking to provide a corporate or enterprise-wide solution.


MORE INFORMATION

Information about customizing the Outlook Today page is provided in the Outlook Deployment Kit (ODK) documentation. You can download the ODK documentation from the following Microsoft Web site:

http://www.microsoft.com/office/outlook/o98dkdoc.doc
The following are the introductory paragraphs on customizing Outlook Today from Chapter 4 of the Outlook Deployment Kit.

Microsoft Outlook 98 includes a unique "at a glance" view called Outlook Today. This view displays information about the user's calendar, tasks, e- mail, and contacts, using the familiar and attractive style of a Web page. Outlook Today lists upcoming appointments, indicates what tasks are due, lets users search Outlook for contacts, and shows the number of unread e- mail messages in the user's Inbox. Each item on the Outlook Today page is a hyperlink to an Outlook item or view, so users can gain access to more specific information about a meeting or check off a completed task. And end user can easily customize his or her Outlook Today page by using the Outlook Today Options page. For example, the Options page lets end users change how many days of meetings to display.
Outlook Today displays information in HTML, which allows limited customization by enterprise developers and solution providers. Outlook Today can be thought of as a "home page" of information available to Outlook users; therefore, it provides an excellent opportunity to deliver corporate intranet or public Internet content, in addition to Outlook information. For example, you might create a standard Outlook Today page that shows a bulletin of corporate news and a stock ticker tied to real- time market data taken from the Web. A customized version of Outlook Today might also contain information drawn from other enterprise applications (such as account tracking or financial management software), enabling an Outlook Today page that is targeted to a specific job function within an organization. For example, you might create an Outlook Today page for sales and marketing employees, the accounting department, or senior management.

Outlook Today uses databinding, a new feature of Microsoft Internet Explorer 4.0, to link an HTML table on the page to a datasource -- Outlook 98, in this case -- via an ActiveX(R) datasource control. The page has separate databinding tables for the Calendar, Mail, and Tasks sections. After the page loads, the datasource controls collect the appropriate Outlook information and display it in the databinding tables. Whenever the source information is updated or new items are created, the databinding controls update their tables dynamically without refreshing the page. (For more information about databinding, see the Internet Client SDK). You can customize the Outlook Today page in the following ways:

Customizing Outlook Today is an advanced developer feature. Therefore, keep in mind the following limitations when you add content and functionality to the Outlook Today page:


REFERENCES

For more information about creating solutions with Microsoft Outlook 98, please see the following articles in the Microsoft Knowledge Base:

Q180826 OL98: Resources for Custom Forms and Programming
Q182349 OL98: Questions About Custom Forms and Outlook Solutions

Additional query words: OutSol OutSol98


Keywords          : 
Version           : WINDOWS:
Platform          : WINDOWS 
Issue type        : kbinfo 

Last Reviewed: June 25, 1999