Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.] Many people would like to see both their inbox and their calendar at the same time. In this example we create a form and then add two iFrames that load the inbox and calendar.
<html> <head> <meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <title>New Page 1</title> <meta name="Microsoft Theme" content="auto 011"> </head> <body> <p align="center"><!--webbot bot="Navigation" S-Type="banner" S-Rendering S-Orientation B-Include-Home B-Include-Up U-Page S-Target startspan --> <!--webbot bot="Navigation" endspan i-checksum="58990" --> </p> <p><!--webbot bot="HTMLMarkup" startspan --> <IFRAME SRC="http://ServerName/exchange/User1/inbox/?Cmd=contents" width=760 height=200></IFRAME> <!—webbot bot="HTMLMarkup" endspan --><br> <IFRAME SRC="http://ServerName/exchange/User1/calendar/?Cmd=contents" width=600 height=265></IFRAME> <!--webbot bot="HTMLMarkup" startspan --><!--webbot bot="HTMLMarkup" endspan --> </p> <!--mstheme--></font></body> </html>