MAPI Automation with C#
Hello all,
I've been trying to query the Outlook contact list from within a C# application.
When using the standard Outlook object model (eg. ContactItem) the user gets a warning dialog (virus/worm protection) telling him that someone was trying to access his contacts.
To avoid this warning, I have to use the raw MAPI data table (which by the way is much faster). I think it's called IMAPITable in C++. I found several C++ header files for this structure an even some C++ examples, but nothing working for C#. I think the best thing would be some kind of C# wrapper.
I do not want to use redemption or other commercial third party libraries, because my app is not commercial but it might be installed by several users.
Thanks in advance, I appreciate every hint!
-Jan
|