Moving MailItem without changing EntryId

  • Thread starter Thread starter brad berdan
  • Start date Start date
B

brad berdan

Hi, I want to move emails from the Inbox to another folder in the same PST
file. I am currently using MailItem.Move to do this. If I move the message
using MailItem.Move the entryId changes. If I move the message from the GUI
the entryId changes.
 
Maybe the question should be reworded to : "If a macro recorder were
available for Outlook 2007, what object and method would the operation of
dragging a Inbox item to a different folder use?". Is there a method other
than MailItem.Move that will accomplish this?

Thanks,
Brad
 
Back
Top