开发者

How to figure out if an email is answered using Exchange EWS API?

开发者 https://www.devze.com 2023-03-18 03:16 出处:网络
I am trying to figure out if there is an 开发者_运维技巧\"ANSWERED\" flag which could be used to determine if the Email has been answered using EWS API. Does anyone know a way to get that information?

I am trying to figure out if there is an 开发者_运维技巧"ANSWERED" flag which could be used to determine if the Email has been answered using EWS API. Does anyone know a way to get that information?

Thanks Naresh


If you are talking about the notification which Outlook displays on a mail ("You replied to this message on xx.xx.xxxx"), you can retrieve this info by reading the PidTagLastVerbExecuted PidTagLastVerbExecutionTime properties from an item. See http://msdn.microsoft.com/en-us/library/cc433482(v=EXCHG.80).aspx, section 2.2.1.14 and .15. The property definitions can be found in the master property list: http://msdn.microsoft.com/en-us/library/cc433490(v=exchg.80).aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消