How to Insert contacts into Outlook - C# 3.0

2019-08-28 16:20发布

Title of the question explains what I want to acheive. I know it can be done using Microsoft OUtlook object library 12.0. But, I am looking for a managed option, or an XML import into outlook. Since, number of contacts can be in thousands. So, I am looking forward to the best approach. Any open/closed source library that you know.

Please let me know.

1条回答
Explosion°爆炸
2楼-- · 2019-08-28 16:57

You can use Redemption and its RDO family of objects - it directly uses Extended MAPI (the same API used internally by Outlook).

查看更多
登录 后发表回答