Capture delete key

  • Thread starter Thread starter Dhananjay
  • Start date Start date
D

Dhananjay

Hi All,
I want to capture delete key on any mailitem. i.e. If user wants to
delete any mail, then if he uses the delete key on the keyboard, can I
trap the event for that?
Thanks,
Dhananjay
 
Once I tried it with subclassing, no way. Even with a hook written in C++,
which works for all the other keys, I had no success. So, if you find a way
I'd be interested, too.

But at least you can capture the Explorer's SelectionChange event, which
fires if an item gets deleted.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
Organize eMails:
<http://www.vboffice.net/product.html?id=2006063&cmd=detail&lang=en&pub=6>

Am Tue, 23 Oct 2007 16:09:43 -0000 schrieb Dhananjay:
 
Back
Top