printer name

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.
 
K

Ken Slovak - [MVP - Outlook]

There's nothing in the Outlook object model for that, and no access to that
dialog settings.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top