Item Move event

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have subfolders inside outlook Task Folder.
I want to track if any task has been moved from one task folder to another
task folder.
Is there any event to track this ?

Regards
Atul Sureka
 
The source folder will fire a MAPIFolder.Items.ItemRemove event, while the target folder fires a MAPIFolder.Items.ItemAdd event, but there's nothing to link the two events programmatically, nor is there an explicit Move event.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top