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.
 

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