问题
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