printer name

  • Thread starter Thread starter Candace
  • Start date Start date
C

Candace

Can someone tell me what code belongs between the two statements below in
order to print an email to a printer called MyPrinter?
Sub PrintToMyPrinter()

End Sub

I am going to assign this code to a button and put it on an Outlook toolbar.
I am told that anything that can be done with menu choices can be done in
code. Essentially this is what I would be doing if I were to use the menu
options:
--> File menu
--> Print submenu
--> use drop-down list to change the printer name to "MyPrinter"
--> click OK

However, this is cumbersome even if I only do it once a day. Changing the
Windows default printer is not an option.
 
There's nothing in the Outlook object model for that, and no access to that
dialog settings.
 
Back
Top