Hi, guys!
I need a little help, please.
The goal is to create a simple HTML page that exposes Outlook 2003
Message Folders functionality through Outlook View Control.
Is it possible to display a Preview (Reading) Pane on the same HTML
page? Like actual Outlook 2003 has?
HTML Code:
!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
HTML xmlns:mso = "urn:schemas-microsoft-com

ffice

ffice" xmlns:msdt
= "uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"
META http-equiv=Content-Type content="text/html;
charset=windows-1252"
META content="MSHTML 6.00.2900.2769" name=GENERATOR
BODY leftMargin=0 topMargin=0 rightMargin=0 bottomMargin=0
OBJECT classid=CLSID:0006F063-0000-0000-C000-000000000046 height=50%
width=50% id=ViewCtlFolder
PARAM NAME="Namespace" VALUE="MAPI"
PARAM NAME="Folder" VALUE="Inbox"
PARAM NAME="Restriction" VALUE=""
PARAM NAME="DeferUpdate" VALUE="0"
/OBJECT
/BODY
/HTML