How to Insert contacts into Outlook - C# 3.0

2019-08-28 16:55发布

问题:

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:

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