Print Several Outlook MailItems
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 fo开发者_C百科lder, //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?
This not possible inside of outlook as you say the printout command is not that useful. I think the only way would be to use a 3rd party pst > tiff tool.
精彩评论