In Microsoft Outlook Web Access, when a ContainerRenderer or ObjectRenderer object is required—for example, to render the Web user's Inbox—and is not found in the Active Server Pages Session object, it is created using the existing RenderingApplication object with a call such as:
objRenderApp.CreateRenderer ( class )
where class is the CDO Rendering class enumeration, in this case AMHTML_Class_ObjectRenderer.