0

我目前正在为 Outlook 开发一个非常简单的 C# 插件,它将迭代特定文件夹并将有关消息的特定详细信息输出到 CSV 文件。我已经完成了那部分,但是我想知道是否有办法判断消息何时被首次修改或阅读? 我知道我可以看到最后修改的时间,但我希望我只是在 API 中遗漏了一些比我更有经验的人知道的东西。

4

1 回答 1

0

No, there is no way to do that. the best you can do is read the PR_LAST_VERB_EXECUTED MAPI property (DASL name "http://schemas.microsoft.com/mapi/proptag/0x10810003") - it will tell the time last time the message was replied to or forwarded.

于 2013-03-08T18:06:14.133 回答