Description of the HTML integrated features in Outlook 2000
This article was previously published under Q249972 On This PageSUMMARY
This article explains how Microsoft Outlook renders Hypertext Markup Language (HTML) in various circumstances. If you are a solution developer, this information may help explain why custom HTML may not function as you expect.
MORE INFORMATION
HTML is integrated into many features of Outlook, including:
Microsoft Internet Explorer must be installed with Microsoft Office, even if it is not used as the default browser. Microsoft Office applications, including Outlook, use Internet Explorer to render HTML in various parts of the applications. Microsoft Outlook does not contain any core code designed to render HTML. Instead, when HTML needs to be rendered, Outlook can use Internet Explorer in one of two ways:
Outlook TodayOutlook Today uses the subset of Internet Explorer by default to achieve best performance. If you want to customize Outlook Today and require more complex HTML formatting, you may need to switch to the full version of Internet Explorer. The documentation for customizing the Outlook Today pages includes a section titled "Switch to the Full Version of Internet Explorer" that describes how to do this. For additional information about obtaining the documentation for customizing Outlook Today, click the following article number to view the article in the Microsoft Knowledge Base:236081 (http://support.microsoft.com/kb/236081/)
Finding information about customizing Outlook today
Custom Folder Home PagesUnlike Outlook Today, folder home pages for other folders use the full version of Internet Explorer by default. To change the folder setting so that Outlook uses the subset of Internet Explorer, you must use the Outlook object model to change the WebViewAllowNavigation property of the folder. This setting is not available in the Outlook user interface.You can use the following two Visual Basic for Applications subroutines to change the setting for the folder that is currently selected: Web Views (Outlook Bar Shortcuts)Outlook 2000 allows you to create a shortcut on the Outlook Bar that points to a Web URL. When you click the icon, the Web page is displayed in the main Outlook window, much like a folder home page. However, the shortcut is not associated with a folder. Outlook uses the full version of Internet Explorer to render the HTML on these Web pages. This behavior cannot be changed.HTML Mail MessagesMicrosoft Outlook allows you to send HTML as the body of a mail message. Outlook uses the full version of Internet Explorer to render this HTML. However, Outlook imposes additional levels of security to protect end users from potential HTML-based malicious code, or viruses. In addition, if the Outlook 2000 E-mail Security Update is applied, all HTML-based message active content is automatically disabled. For additional information about the Outlook security update, click the article number below to view the article in the Microsoft Knowledge Base:262701 (http://support.microsoft.com/kb/262701/EN-US/) OL2000: Developer Information About the Outlook E-mail Security Update
NOTE: HTML mail messages that are displayed in the Preview pane render less active content than if you were to open the item in a separate window. This is because of the design of the Preview pane.
REFERENCESFor additional information about available resources and answersto commonly asked questions about Microsoft Outlook 2000 solutions, click the article number below
to view the article in the Microsoft Knowledge Base:
146636 (http://support.microsoft.com/kb/146636/EN-US/) OL2000: Questions About Custom Forms and Outlook Solutions
| Article Translations
|
Back to the top
