View Single Post
  #6  
Old June 18th 09, 01:41 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Folder move event

Use a timer to set up the polling for that. In that event handler set a
boolean flag and initialize the timer, when it fires do what you have to do.
Persist that MAPIFolder reference so you can use it in the timer event.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"Ashish" wrote in message
...
I'm using outlook 2003.

Keep that MAPIFolder reference and find it after the event finishes, at
which point the folder path should be correct.


If i keep Mapifolder reference then in which event/function i should find
it? After Folder_Add event folder_change event is not called for new
folder ( Drafts folder where i moved a folder).


Ads