The information in this article applies to:
SYMPTOMSSome messages might not be rendered to Hypertext Markup Language (HTML) correctly, or error messages might be returned, when you use the CDO Rendering Library outside of an Active Server Page (ASP). Other results can also occur when you use the library in another environment other than Active Server Pages. For example, if you use the following line of code in a program written in Microsoft Visual Basic:
The following error can occur on certain messages:
CAUSEBecause the CDO Rendering Library was designed for use with ASP-based applications, it can produce unexpected results when you run it in other environments. RESOLUTIONIf you need to develop an application in Visual Basic, you can use the Microsoft Outlook 98 Object Model to get the same functionality. For example, the Outlook 98 Object Model provides a way to obtain the text, Rich Text Format (RTF), or HTML of a message. MORE INFORMATION
The CDO Rendering Library is dependent on the CDO Library. The purpose of
CDO Rendering is to generate displayable output from CDO objects and
properties. The output is sent in HTML to a Web browser and is generated
from objects and properties referenced in an .asp file invoked by the
browser. This process is known as HTML rendering.
REFERENCESFor more information on Internet Information Server (IIS) and Active Server Pages please visit: http://www.microsoft.com/iis/ Additional query words:
Keywords : kberrmsg kbASP kbCDO110 kbCDO120 kbCDO121 kbMsg |
Last Reviewed: November 8, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |