开发者

Outlook MAPI store provider. Managed?

开发者 https://www.devze.com 2023-01-04 09:54 出处:网络
Is it possible to create MANAGED (.NET) Ou开发者_Python百科tlook MAPI store provider? How? I\'m a complete novice in Outlook world, but don\'t wont to fiddle with all that COM droppings.I too have wo

Is it possible to create MANAGED (.NET) Ou开发者_Python百科tlook MAPI store provider? How?

I'm a complete novice in Outlook world, but don't wont to fiddle with all that COM droppings.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消