View Single Post
  #2  
Old July 31st 09, 01:59 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default FolderMoved event?

Explorer.CurrentFolder returns a Folder object, you can then handle the
Folder.BeforeFolderMove() 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


"mightyCoCo" wrote in message
...
Hi,

is there a way to receive an event, if a folder inside a Explorer is
moved for Office 2007?
Like the Explorer.BeforeItemPaste event?
the Explorer.BeforeMove is the wrong one - that apparently triggers,
when the explorer window is moved.

thanks in advance,
-coco


Ads