Outlook Express Add-in

A

Ales Vojacek

Hi,
are somewhere any examples to write Outlook Express Add-in.
Thank you.
 
A

Ales Vojacek

There is no way to add button into toolbar for some action with mail?

Ales

Dmitry Streblechenko said:
The only API supported by OE is Simple MAPI. It does not support addins.

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

David

Use Spy++ to find out what window class OE's toolbar control is.

If you find that OE uses the toolbar common control you would could get the
window handle to the toolbar and send it a TB_ADDBUTTONS message to add your
own button. You would also have to arrange to intercept the WM_NOTIFY
messages pertaining to your added button and handle them yourself. You
could do this by superclassing the parent window of the toolbar control.

Of course, this is all very ugly and could break whenever OE gets patched or
revised.

Dave
 
A

Ales Vojacek

There no other way?
I saw some comercial anti-spam product on INet for OutlookExpress and they
add buttons on Outlook Express.
That products Add buttons like you describe?
Ales
 

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