Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Outlook interop PrintOut document name

We use Outlook interop method MailItem.PrintOut() to print a mail message from Outlook. It is always printed with name "Microsoft Outlook - Memo Style".

"Memo Style" here is a print style which Outlook automatically picks for printing. Is there any way to give a document any custom name so we can track it in printer queue?

It can either be creating a new print style with custom name or explicitly specifying a custom document name.

Basically, we just need emails printed from Outlook to appear in printer queue with unique names. Please advise.

like image 892
keaukraine Avatar asked Sep 03 '12 13:09

keaukraine


1 Answers

I hate that I don't have a virtual print server here at the house to check my hypothesis with, but doesn't emails list in the print queue as their respective Subject lines?

like image 117
Joshua Avatar answered Sep 27 '22 18:09

Joshua