You can execute any menu command with the CommandBars collection (see
http://www.outlookcode.com/d/tips/commandbarfun.htm), but that won't do you
much good in this case, unless you're inclined toward a SendKeys kludge,
because you'd still have to make selections on the resulting dialog.
A better solution would be to iterate the folder and build exactly the web
page you want to see, using a table for the main portion of the display. You
might want to take a look at the Word templates listed at
http://www.slipstick.com/addins/calendar/print.htm . They use VBA code, but
the basic techniques are the same in any language.

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Hi
>
[quoted text clipped - 6 lines]
>
> Thanks for your suggestions