Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Add-ins for Outlook (http://www.outlookbanter.com/add-ins-outlook/)
-   -   Item open events and double click events in exchange client extension. (http://www.outlookbanter.com/add-ins-outlook/23326-item-open-events-double-click.html)

Fanxa August 9th 06 04:26 AM

Item open events and double click events in exchange client extension.
 
I'm using VC++8.0 to developer an Exchange Client Extention for outlook2003.
In IExchExtCommands::DoCommand(LPEXCHEXTCALLBACK lpeecb, UINT cmdid) method
I can catch the Item open action like this:
if( 0x003c == cmdid){ // Menu item "Open" command
// do something...
hr = S_FALSE; // Must return S_FALSE
}
If I click the menu item 'Open',it works fine.But,when I open the mail item
by double-click the item,I can't get it work.I don't want to use OOM and
fire the ItemEvents which hold a method called 'Open',so how can i solve it?

Henry Gusakovsky August 9th 06 08:18 AM

Item open events and double click events in exchange client extension.
 
What about that article

http://support.microsoft.com/?kbid=216693

Fanxa wrote:
I'm using VC++8.0 to developer an Exchange Client Extention for outlook2003.
In IExchExtCommands::DoCommand(LPEXCHEXTCALLBACK lpeecb, UINT cmdid) method
I can catch the Item open action like this:
if( 0x003c == cmdid){ // Menu item "Open" command
// do something...
hr = S_FALSE; // Must return S_FALSE
}
If I click the menu item 'Open',it works fine.But,when I open the mail item
by double-click the item,I can't get it work.I don't want to use OOM and
fire the ItemEvents which hold a method called 'Open',so how can i solve it?


Best regards
Henry



All times are GMT +1. The time now is 09:51 AM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com