M
Mohamed Shafi P K
Hi,
I have to write an Outlook 2003 COM add-in that prints the active item to a
perticular printer. I have used a toolbar button for this purpose. Clicking
the button will direct the print to my printer. This is my idea.
I searched through the Outlook object model and I could not find a method to
set the active printer in any of the Outlook interfaces. I had wrote similar
add-ins in other Office applications (Word, Excel, PowerPoint etc.). All
these applications have interface functions put_ActivePrinter() &
get_ActivePrinter(). Only information I have is that Outlook takes the system
default printer as the active printer at startup and use the last used one
when a user manually changes/print to a printer.
Please help me if anyone has any idea to set the active printer in Outlook.
Thanks
I have to write an Outlook 2003 COM add-in that prints the active item to a
perticular printer. I have used a toolbar button for this purpose. Clicking
the button will direct the print to my printer. This is my idea.
I searched through the Outlook object model and I could not find a method to
set the active printer in any of the Outlook interfaces. I had wrote similar
add-ins in other Office applications (Word, Excel, PowerPoint etc.). All
these applications have interface functions put_ActivePrinter() &
get_ActivePrinter(). Only information I have is that Outlook takes the system
default printer as the active printer at startup and use the last used one
when a user manually changes/print to a printer.
Please help me if anyone has any idea to set the active printer in Outlook.
Thanks