How to Insert contacts into Outlook - C# 3.0

让人想犯罪 __ 提交于 2019-12-13 03:45:50

问题


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).



来源:https://stackoverflow.com/questions/2184308/how-to-insert-contacts-into-outlook-c-sharp-3-0

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!