Click here to Skip to main content
15,881,898 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
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
Posted

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[^]
 
Share this answer
 
Comments
Espen Harlinn 4-May-12 15:38pm    
Nice links :-D
Sandeep Mewara 5-May-12 2:13am    
Thanks.:)
prthpatel412 4-May-12 16:04pm    
ok outlook is client-side so cant we use exchange server and couple it with sql server and use famous ADO ??? but i dnt how we can do it.. Anyone ??
Sandeep Mewara 5-May-12 2:12am    
cant we use exchange server and couple it with sql server and use famous ADO.
From client side, you can use AJAX to talk to server, sql server and use ADO.NET.
prthpatel412 4-May-12 16:07pm    
Sandeep i think what you did is amazing pretty awesome , just one thing outlook application you wrote will give me only contacts which i have i want all the contacts from the Address book to get display .... can you tell me how we can do that ...
Thanks a lot :)
 
Share this answer
 
Comments
prthpatel412 4-May-12 13:28pm    
I think there is confusion, above example is window application i want something that i can publish on my web server. the picture is i want to address book on my intranet website so that each employee see contacts
Sandeep Mewara 5-May-12 4:44am    
Hmmm... Winforms example it is.
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?
 
Share this answer
 
Comments
prthpatel412 4-May-12 16:22pm    
i dont want to manually maintain it problem is contacts are changed very frequently ... some got hire some got fired... so address book contact must be up to date 24x7...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900