Item Move event

A

AtulSureka

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
 
S

Sue Mosher [MVP-Outlook]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top