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.
我想要一些代码来帮助我获取附加的 .msg 文件的发件人的电子邮件地址。
我有一封附有大约 10 封电子邮件的电子邮件。我需要将发件人地址从它们复制到剪贴板或 Excel 表中。
你需要
msg
Namespace.OpenSharedItem
MailItem
MailItem.Sender
您还可以使用Redemption - 它允许使用RDOAttachment.EmbeddedMsg直接将消息附件作为 RDOMail 对象打开。