how to trap smth like "OnMoved" event for MailItem?

C

chill

Hi is there any way to trap event when item is moved to another MAPIFolder?

Thanks in advance.
 
S

Sue Mosher [MVP-Outlook]

Outlook has no such event. You should get a MAPIFolder.Items.ItemRemove on the source folder and MAPIFolder.Items.ItemAdd on the destination folder.
 
Top