0

I would like to use the Interop.Outlook API to dynamically change the Print Options in outlook. For example I would like to change the Memo Style Page Setup to use Letter Size paper with a Landscape Orientation. How can I go about doing this?

I have looked at the Outlook documentation and I have not been able to find how to do this. Is this something that can only be done using the registry?

If so, would anyone know how I can accomplish this?

Thank you very much for your time.

4

1 回答 1

0

Outlook 对象模型无法控制任何打印设置。MailItem.PrintOut 就是你所得到的。

您可能希望导出邮件 (MailItem.saveAs),然后将其导入 Word 并使用 Word 对象模型进行打印。

于 2013-10-18T20:12:14.587 回答