FolderMoved event?

M

mightyCoCo

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
 
K

Ken Slovak - [MVP - Outlook]

Explorer.CurrentFolder returns a Folder object, you can then handle the
Folder.BeforeFolderMove() event.
 

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