PDA

View Full Version : [dev] how to access the mail item details...


ZerocooL
08-14-2008, 07:00 PM
Hi, I'm writing on an Outlook Plugin to bring the nasty "You've got new Mail" Pop-Up wich appears near the Systemtray since Outlook 2003 also to Outlook 2002.
During Development I discovered major issues when accessing adress information from the mail items via the Outlook Primary COM Interop assemblies. I can't get rid of that message telling me that another program tries to access adress information from outlook.
I already have done all that COM Interop Shim things wich MS told me to do, but without any success.
The Plugin itself registeres within outlook, retrieves the apropriate events and, I would say, it works in general, but cannot access all that protected information.
May you have a hint for me what I could try to get that Problem solved?
thanks in advance,
zero
blog.zeroat.net

ZerocooL
08-16-2008, 10:29 AM
... "Extended MAPI". - Pure native API Function calls, heavy to implement, but seems to work.

P.S. want to use xobni on Outlook 2002 - possible?