简体   繁体   English

跟踪打开的 Outlook 2010 电子邮件

[英]Tracking open Outlook 2010 emails

I'm looking for a programmatic way (eg: using VBA) to write the Subject texts of emails which are open, or otherwise export opened emails to a file system folder.我正在寻找一种编程方式(例如:使用 VBA)来编写打开的电子邮件的主题文本,或者以其他方式将打开的电子邮件导出到文件系统文件夹。

Trap the Application.Inspectors.NewInspector event an read the Inspector.CurrenmtItem.Subject property.捕获Application.Inspectors.NewInspector事件并读取Inspector.CurrenmtItem.Subject属性。 Reading pane needs to be handled separately.阅读窗格需要单独处理。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM