在我的网站上显示Outlook联系人
问题描述:
嗨
我基本上想做的就是在地址簿中显示我的Outlook联系人到我的网站.
但我不确定是否可以(Duh ...)
如果有人知道我们如何做到这一点,请指导我正确的方向...
谢谢
Hi
what basically i a trying to do is display my Outlook Contacts in Address book into my website.
But i am not sure is it possible or not (Duh...)
If anyone know how we can do it, please guide me in right direction...
Thanks
答
由于Outlook是客户端应用程序,因此您需要使用客户端编程来获取数据.
看看这篇文章开始吧(代替约会,尝试联系): ^ ]
另一篇对您有帮助的文章:使用JavaScript检索Outlook联系人列表 [^ ]
Since Outlook is a client application, you need to use client side programming to get the data.
Have a look at this article to get going (Instead of Appointments, try for contacts): Import and Export Outlook Appointments (using JavaScript)[^]
Another article that will help: Retrieving Outlook Contact Lists using Javascript[^]
http://netoffice.codeplex.com/wikipage?title = Outlook_Example05 [ ^ ]
也许我听不懂您的问题,但是为什么不将通讯录导出为csv文件,将其上传到您的网站,并使用OleDb导入到Sql Server中?
Maybe I haven''t understood your question, but why don''t you export your address book as csv file, upload it to your website and import it in Sql Server with OleDb?