J
Jim
Hello,
My Outlook Add-In is written in VB6. It works.
Now I want to add logic that reacts when the user selects a Contact
and *begins* to drag it.
I know about the events that are available from the Outlook Object
Model when an item is removed from or added to the collection
associated with a folder, but in this case, I want to be informed when
the user selects a Contact and just begins to drag it. The contact
has not been removed from the source folder yet or added to a target
folder (and may not be).
If my Add-In can know of the beginning of the drag operation, I can
add logic to present the user with a likely target application where
he may want to drop the Contact.
Any suggestions?
Thanks.
Jim
My Outlook Add-In is written in VB6. It works.
Now I want to add logic that reacts when the user selects a Contact
and *begins* to drag it.
I know about the events that are available from the Outlook Object
Model when an item is removed from or added to the collection
associated with a folder, but in this case, I want to be informed when
the user selects a Contact and just begins to drag it. The contact
has not been removed from the source folder yet or added to a target
folder (and may not be).
If my Add-In can know of the beginning of the drag operation, I can
add logic to present the user with a likely target application where
he may want to drop the Contact.
Any suggestions?
Thanks.
Jim