![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
is it possible to catch the double click event when a user double clicks an
item in folder and override what it does |
#2
|
|||
|
|||
![]()
You will need to trap the Application.ActivereExplorer.SelectionChange
event, for each selected item trap the MailItem.Open event, which has a Cancel parameter (passed by refereence). By setting that parameter to TRUE, you can prevent Outlook from opening that item. Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "jpspringall" wrote in message ... is it possible to catch the double click event when a user double clicks an item in folder and override what it does |
#3
|
|||
|
|||
![]()
cheers, worked out what i needed to do, thanks for pointing me in the right
direction with the open event "Dmitry Streblechenko" wrote: You will need to trap the Application.ActivereExplorer.SelectionChange event, for each selected item trap the MailItem.Open event, which has a Cancel parameter (passed by refereence). By setting that parameter to TRUE, you can prevent Outlook from opening that item. Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "jpspringall" wrote in message ... is it possible to catch the double click event when a user double clicks an item in folder and override what it does |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Search for contact item with double quotes in Name | Dave | Add-ins for Outlook | 2 | May 11th 06 08:01 PM |
Can't double click to create a new appointment in Outlook | pts66 | Outlook - Calandaring | 1 | March 2nd 06 06:43 PM |
Microsoft Outlook closes when I try and open (double-click) a Contact | [email protected] | Outlook - General Queries | 0 | February 28th 06 07:37 PM |
Tasks Not Opening on Double Click | Chrispsg | Outlook - General Queries | 2 | February 7th 06 10:47 PM |
New Mail Icon Double-Click Action | [email protected] | Outlook - General Queries | 1 | January 28th 06 12:32 AM |