3

是否可以创建 MANAGED (.NET) Outlook MAPI 存储提供程序?如何?

我是 Outlook 世界的新手,但不会摆弄所有的 COM 粪便。

4

1 回答 1

0

I too have wondered this. From digging around and the rule of not using .Net with MAPI, I do not think it is possible to accomplish.

You might be able to bend C++/CLR to get close close, but it is probably pretty ugly code. Doing it in unmanaged C++ is probably the most straight forward and easiest.

于 2010-06-29T17:53:25.950 回答