Outlook Express add-in
-
Hi gurus, I'm working on a ATL plug-in for MS Outlook, but I would like to make it work on Outlook Express as well. I understand that it's not possilble via COM technology (as OE does not expose any COM interfaces :sigh:), but something with hooks? Any documentation on the subject? Any help / hint would be much appreciated. Thanks in advance, Doru K.
-
Hi gurus, I'm working on a ATL plug-in for MS Outlook, but I would like to make it work on Outlook Express as well. I understand that it's not possilble via COM technology (as OE does not expose any COM interfaces :sigh:), but something with hooks? Any documentation on the subject? Any help / hint would be much appreciated. Thanks in advance, Doru K.
There are articles here on codeproject. The guy is Amit Dey.
-
There are articles here on codeproject. The guy is Amit Dey.
-
Hi, I only found his article about Outlook add-ins, but Outlook Express is a COMPLETELLY different thing. Maybe there is an article about Outlook Express as well, but I didn't find it...could you send me the link? Thanks, Doru
I recently used the interface that I found in this article http://www.codeproject.com/useritems/email.asp?target=MAPI[^] Some of the code is perhaps a bit rusty, and may not be fully implemented, but working with the example code made it easy for me to understand the mechanisms involved, and it was straightforward to sort out any problems and adapt the COM interface for my own needs. I was extremely grateful for the help provided by this article.
-
I recently used the interface that I found in this article http://www.codeproject.com/useritems/email.asp?target=MAPI[^] Some of the code is perhaps a bit rusty, and may not be fully implemented, but working with the example code made it easy for me to understand the mechanisms involved, and it was straightforward to sort out any problems and adapt the COM interface for my own needs. I was extremely grateful for the help provided by this article.