How do I get the options to show when defining print styles?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I attempt to define or modify print styles, the "Options" box is blank;
there are no options to change. How do I get the options to show up?
 
Which print style are you trying to change?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
the memo print style; my main goal is to only print 1 page of certain emails
that I have created a rule to print automatically as they arrive in my inbox.
 
The memo style has no such option (or any other options, for that matter). To accomplish what you want to do would require writing VBA code to save the message as a file, then open it in Word and use Word's print features to print just one page.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top