使用 python 读取第二封邮件
我想阅读 Outlook 文件(.msg 文件),它是对邮件的回复。我能够阅读回复的详细信息。 但我想阅读收到回复的原始邮件。我想阅读它的发送日期(原始邮件)。
邮件以 .msg 文件的形式存在。我正在使用 win32com 来读取文件,但只能读取回复而不能读取主邮件。 主要邮件位于该文件中的回复下方,但如何阅读?
I want to read an outlook file (.msg file) which is a reply to a mail. I am able to read the details of the reply.
But I want to read the original mail to which the reply is sent. I want to read the date it was sent (the original mail).
The mail is present in the form of .msg file. I am using win32com to read the file but can only read the reply not the main mail.
The main mail is present below the reply in that file but how to read that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论