MAPI Outlook object model Mailitem.senton > Mailitem.receivedtime, how is this possible?

丶灬走出姿态 提交于 2019-12-25 08:49:29

问题


I have been trying to figure this out as I am working on a deliverable for which I need to provide metadata for emails. As the title suggests when I am recording this metadata often the MailItem.Senton property will be greater than the MailItem.ReceivedTime property. How is this possible?


回答1:


This is due to the fact that these values come from different places - the Date MIME header is created by the sender, while the received time is based on the receiving machine time.



来源:https://stackoverflow.com/questions/39278553/mapi-outlook-object-model-mailitem-senton-mailitem-receivedtime-how-is-this-p

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