Is there any way to get the date time on the “you replied to this message on [xxx]”?

血红的双手。 提交于 2020-01-15 16:27:17

问题


I am trying to do a email export from outlook to excel macro which includes the recipient, email subject and most importantly the date time of email reply. I have tried searching for the list of mail item properties.

Besides .LastModificationTime, I cant seem to find any property closer to the exact date time on the "you replied to this message on [xxx]"


回答1:


You need PR_LAST_VERB_EXECUTION_TIME (DASL name is http://schemas.microsoft.com/mapi/proptag/0x10820040), it can be accessed using MailItem.PropertyAccessor.
Take a look at the message with OutlookSpy (click IMessage button) to see the available properties.



来源:https://stackoverflow.com/questions/14578476/is-there-any-way-to-get-the-date-time-on-the-you-replied-to-this-message-on-xx

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!