Capturing a "Move" or "Copy" Event

N

Neil Dittmar

Hello all,

I was wondering if there was a way via VBScript in Outlook
forms to capture a move or copy event when it's
instantiated by the user. For example, Outlook forms has
an Item_Open event that fires when the item is opened and
an Item_BeforeDelete event that fires before an item is
deleted. Are there similar events fired for move and
copy? If not, is there any way to get around this
programmaticaly? Any suggestions would be greatly
appreciated.

Thanks in advance,

Neil Dittmar
Software Developer
Aurora Information Systems
 
S

Sue Mosher [MVP-Outlook]

No, the closest you get is the Explorer.BeforeItemCopy event, but I don't
think it would cover all cases.
 
Top