Print Several Outlook MailItems

Posted by David Souther on Stack Overflow See other posts from Stack Overflow or by David Souther
Published on 2010-05-23T19:17:39Z Indexed on 2010/05/23 19:20 UTC
Read the original article Hit count: 292

Filed under:
|
|

I have a pst that has a bunch of emails I want to print using the Microsoft Document Image Writer so that I have a folder, //lawyers/ediscovery/emails/ that has 00001.tiff 00002.tiff etc. In Word or Excel, I can pass the Workbook or Document a filepath to the PrintOut method, but the Outlook MailItem interop's PrintOut doesn't take any arguments, instead only uses the default printer's attributies. I don't have time to type the Bates number for every email (thousands to tens of thousands). Any help on how to tell Outlook where to print to?

© Stack Overflow or respective owner

Related posts about c#

Related posts about printing