newbie question

  • Thread starter msnews.microsoft.com
  • Start date
M

msnews.microsoft.com

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
 
D

Dmitry Streblechenko

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
 
M

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?
 
B

bitstream

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top