Possible to control print setup programmatically?

  • Thread starter Thread starter Jim
  • Start date Start date
J

Jim

Can I control Outlook print setup using VB6 code in my Add-In?

When an Outlook user selects a folder created by my Add-In and then
selects Outlook Print, I would like to automatically configure the
following so the user does not have to do it manually each time:

Print
Print style
Table Style <-- select this automatically
Page Setup
Header/Footer <-- edit this automatically
Print range
Only selected rows <-- select this automatically

Is this possible using the Outlook Object Model? My Add-In is coded
in VB6. I must support Outlook 2000 without Exchange.

Thanks.

Jim
 
Outlook provides no interface for controlling this.
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 
Back
Top