Thread: Item Move event
View Single Post
  #2  
Old February 24th 06, 02:33 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Item Move event

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
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"AtulSureka" wrote in message news
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

Ads