Controling printing parameters for MailItem

E

Eric Dan

Is there a way to control printing parameters for MailItem

Currently all we have is: MailItem.PrintOut(void).

In my specific case the requirement is printing to the virtual tiff printer
and I need to automatically pass the tiff output file parameter (as it works
with Word and Excel automation - that reveive many controlling parameters).

Is there a solution for the problem?
 
S

Sue Mosher [MVP-Outlook]

Outlook provides absolutely no programmatic control over its own printing operations. Saving the item to another file format and opening and printing it with Word would be one possible solution.
 
E

Eric Dan

Yes, thanks this was my next option.
--
Thanks
Eric


Sue Mosher said:
Outlook provides absolutely no programmatic control over its own printing operations. Saving the item to another file format and opening and printing it with Word would be one possible solution.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Top