Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将我所有的电子邮件保存为 PDF 格式。该文件必须包含类似于 Outlook 2010 中的 Outlook 阅读窗格的内容。
有没有一种编程方式来解决这个问题(导致数百封电子邮件)?
我会使用openpop来检索您的所有电子邮件。然后,您可以遍历每封电子邮件并将正文保存为 pdf。