A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

newbie question



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old January 19th 07, 10:51 PM posted to microsoft.public.developer.outlook.addins,microsoft.public.outlook.program_addins
msnews.microsoft.com
external usenet poster
 
Posts: 2
Default 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


Ads
  #2  
Old January 20th 07, 12:18 AM posted to microsoft.public.developer.outlook.addins,microsoft.public.outlook.program_addins
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default 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



  #3  
Old January 20th 07, 12:52 AM posted to microsoft.public.developer.outlook.addins,microsoft.public.outlook.program_addins
msnews.microsoft.com
external usenet poster
 
Posts: 2
Default 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?


  #4  
Old January 20th 07, 06:11 PM posted to microsoft.public.developer.outlook.addins,microsoft.public.outlook.program_addins
Michael Bauer [MVP - Outlook]
external usenet poster
 
Posts: 1,885
Default 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?

  #5  
Old January 20th 07, 10:41 PM posted to microsoft.public.outlook.program_addins
[email protected]
external usenet poster
 
Posts: 3
Default 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?


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 05:10 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-2025 Outlook Banter.
The comments are property of their posters.