![]() |
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
|
|||
|
|||
![]()
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 |
Ads |
#2
|
|||
|
|||
![]()
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 |
#3
|
|||
|
|||
![]()
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? |
#4
|
|||
|
|||
![]() 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? |
#5
|
|||
|
|||
![]()
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? |
#6
|
|||
|
|||
![]() 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) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
newbie creating email VBA question | Keith | Outlook and VBA | 6 | December 27th 06 01:13 PM |
Newbie question: How to copy an email item from inbox to a folder | Marceepoo | Outlook and VBA | 1 | November 1st 06 06:54 PM |
newbie question | Mike Archer | Outlook and VBA | 1 | July 17th 06 09:41 PM |
Newbie question to CommandBars | Claus Schiroky | Outlook and VBA | 1 | May 10th 06 06:01 AM |
Newbie question regarding corespondance | Raffi Bearmant | Outlook - General Queries | 1 | January 11th 06 10:37 AM |