Controling printing parameters for MailItem

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

Guest

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?
 
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.
 
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
 
Back
Top