vba - How do I keep RecipientTime when executing MailItem.Move in an Outlook macro? -


in outlook 2003 macro; there way move message between folders without changing receivedtime-header?

i use method mailitem.move. automatically sets receivedtime property current time, isn't want.

i tried moving mailitem inbox deleted items folder, , seems have kept receivedtime without problem...

you may want try using mailitem.copy function , moving resulting mailitem object, said i'm not seeing same problem...

hope helps...


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -