Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Add-ins for Outlook (http://www.outlookbanter.com/add-ins-outlook/)
-   -   newbie question (http://www.outlookbanter.com/add-ins-outlook/38282-newbie-question.html)

msnews.microsoft.com January 19th 07 10:51 PM

newbie question
 
i need to write two outlook COM add-ins .. plugins, whatever you call them.
One for Outlook Express and the other for Outlook 2003. Could somebody
please point me to some docs that describes add-in development in C++ for
each client - especially Outlook Express .. can't seem to find anything.

book recommendations would also be very welcome.

TIA



Dmitry Streblechenko January 20th 07 12:18 AM

newbie question
 
OE (unlike Outlook) does not have add-ins or plugins.
Whatever is on the market is done using low level Windows hooks.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"msnews.microsoft.com" wrote in message
...
i need to write two outlook COM add-ins .. plugins, whatever you call them.
One for Outlook Express and the other for Outlook 2003. Could somebody
please point me to some docs that describes add-in development in C++ for
each client - especially Outlook Express .. can't seem to find anything.

book recommendations would also be very welcome.

TIA




msnews.microsoft.com January 20th 07 12:52 AM

newbie question
 
the OE case is more interesting to me - so you are saying there is no
equivalent plugin mechanism for this thing? Do you have any information at
all as to how I might get OE to load some sort of custom DLL so that I can
add to the toolbar, intercept buttons on the toolbar and grab the message
text.. there must be *some* way to get OE to load a dll - i see aftermarket
products adding toolbars and so on.. are they hacking their way into the app
by subclassing the existing windows or something like that?



Michael Bauer [MVP - Outlook] January 20th 07 06:11 PM

newbie question
 

This might work for you:
http://www.nektra.com/products/oeapi/

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
Keep your Outlook categories organized!
http://www.shareit.com/product.html?...4&languageid=1
(German: http://www.VBOffice.net/product.html?pub=6)


Am Fri, 19 Jan 2007 16:52:32 -0800 schrieb msnews.microsoft.com:

the OE case is more interesting to me - so you are saying there is no
equivalent plugin mechanism for this thing? Do you have any information at
all as to how I might get OE to load some sort of custom DLL so that I can
add to the toolbar, intercept buttons on the toolbar and grab the message
text.. there must be *some* way to get OE to load a dll - i see

aftermarket
products adding toolbars and so on.. are they hacking their way into the

app
by subclassing the existing windows or something like that?


[email protected] January 20th 07 10:41 PM

newbie question
 
Nektra's system takes a little getting used to, but its the best thing
out there for hooking into OE. You won't get OE to act like Outlook
proper, but you can hook just about everything with it.

Your other options like Michael said are using your own DLL for
function hooking which I don't recommend since the Nektra folks have
already done that exact thing, OR finding documentation for hooking
into the encryption system which has some sort of interface for hooking
some things related to sending and viewing messages. The PGP people
use it for some of their stuff.

Michael Bauer [MVP - Outlook] wrote:
This might work for you:
http://www.nektra.com/products/oeapi/

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
Keep your Outlook categories organized!
http://www.shareit.com/product.html?...4&languageid=1
(German: http://www.VBOffice.net/product.html?pub=6)


Am Fri, 19 Jan 2007 16:52:32 -0800 schrieb msnews.microsoft.com:

the OE case is more interesting to me - so you are saying there is no
equivalent plugin mechanism for this thing? Do you have any information at
all as to how I might get OE to load some sort of custom DLL so that I can
add to the toolbar, intercept buttons on the toolbar and grab the message
text.. there must be *some* way to get OE to load a dll - i see

aftermarket
products adding toolbars and so on.. are they hacking their way into the

app
by subclassing the existing windows or something like that?



Michael Bauer [MVP - Outlook] January 21st 07 09:57 AM

newbie question
 


Am 20 Jan 2007 14:41:10 -0800 schrieb :

Your other options like Michael said are using your own DLL for
function hooking ...


No, I didn't say that :-)

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
Keep your Outlook categories organized!
http://www.shareit.com/product.html?...4&languageid=1
(German: http://www.VBOffice.net/product.html?pub=6)


All times are GMT +1. The time now is 02:53 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