Hi is there any way to trap event when item is moved to another MAPIFolder? Thanks in advance.
C chill Aug 18, 2005 #1 Hi is there any way to trap event when item is moved to another MAPIFolder? Thanks in advance.
S Sue Mosher [MVP-Outlook] Aug 18, 2005 #2 Outlook has no such event. You should get a MAPIFolder.Items.ItemRemove on the source folder and MAPIFolder.Items.ItemAdd on the destination folder.
Outlook has no such event. You should get a MAPIFolder.Items.ItemRemove on the source folder and MAPIFolder.Items.ItemAdd on the destination folder.