简体   繁体   English

如何将联系人插入Outlook-C#3.0

[英]How to Insert contacts into Outlook - C# 3.0

Title of the question explains what I want to acheive. 问题的标题说明了我要达到的目标。 I know it can be done using Microsoft OUtlook object library 12.0 . 我知道可以使用Microsoft OUtlook object library 12.0来完成。 But, I am looking for a managed option, or an XML import into outlook. 但是,我正在寻找托管选项,或将XML导入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. 请告诉我。

您可以使用Redemption及其对象的RDO系列-它直接使用Extended MAPI(Outlook内部使用的同一API)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在C#中接收(拖动并)删除Outlook联系人? - Receiving (dragged and) dropped Outlook contacts in C#? 使用C#将Outlook联系人获取为CSV - Getting Outlook contacts to CSV using C# 使用C#编辑Outlook联系人 - Editing outlook contacts using C# 如何使用C#通过Outlook中的单个mailitem将不同的文本发送到多个联系人? - how to send a different texts to Multiple Contacts through single mailitem in outlook using C#? 当 Outlook 设置为脱机工作时,如何在 Outlook 中读取/写入联系人和事件 - C# - How to Read/Write Contacts and Events in Outlook when it is set to Work Offline - C# 如何使用Outlook REST API在自定义C#类中为联系人对字符串集合进行序列化? - How are string collections serialized in a custom C# class for Contacts with the Outlook REST API? 如何使用c#从外部应用程序访问特定文件夹中的Outlook 2013联系人? - How can I access Outlook 2013 contacts in a certain folder from an external app using c#? 以编程方式将CSV或.txt文件导入Outlook联系人(也许使用C#?) - Import CSV or .txt File into Outlook contacts programmatically (maybe with C#?) C#Outlook VSTO联系人在删除时重复 - C# Outlook VSTO contacts duplicating while deleting 从C#搜索公共Outlook联系人文件夹 - Searching public Outlook contacts folder from C#
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM