In an Outlook 2003 macro; Is there a way to move a message between folders without changing the ReceivedTime-header?
I currently use the method MailItem.Move
. But that automatically sets the ReceivedTime
property to the current time, which isn't really what I want.