There are no drag and drop events in the Outlook object model, as a look at
the Object Browser will tell you. You'd have to go down to the Windows
message hook level and hook all such messages using Win32 API calls and a
message hook.
--
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
...
When drag a mail item and drop to some other folder item_add event is
called b'se an item is added to a folder.
But before item_add What's actual event for drag and drop in outlook?
Item_add event is called for all cases like saving a mail, sending a mail,
moving a mail.
But if i want to call item_add event for special case(drag and drop) then
what i need to do.