ASP address book for Outlook contacts
Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=6883
Printed Date: 31 March 2026 at 3:06pm Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com
Topic: ASP address book for Outlook contacts
Posted By: Tegwin
Subject: ASP address book for Outlook contacts
Date Posted: 31 October 2003 at 10:03am
Does anyone know of any scripts/Applications, that allow for outlook
contacts to be put into an ASP address book. Basically what I am
looking for is a way to synchronize the contacts with outllok, so that
if cange the details in OL, then I can populate them into a db, and
view them on an ASP form, so that I have access anywhere in the world.
...possible ?
------------- If you dont want my peaches, dont shake my tree
|
Replies:
Posted By: fernan82
Date Posted: 31 October 2003 at 10:19am
I don't know if there's any available components for that but I found this on msdn (it's VC++ but you might be able to port it to ASP), probably you can just compile the dll, register it on the server, and create an instance of it from an ASP page (you'll have to study the code properties a though...) here's the link:
http://msdn.microsoft.com/downloads/samples/internet/default .asp?url=/downloads/samples/internet/messaging/wabtool/defau lt.asp
------------- FeRnAN
http://www.danasoft.com/">
|
Posted By: Tegwin
Date Posted: 31 October 2003 at 11:20am
Thanks for that. It will not help me though as I do not have the
first clue about c++ so would not know how to compile it.
I will keep hunting though, to see if I can find anything
------------- If you dont want my peaches, dont shake my tree
|
Posted By: dpyers
Date Posted: 31 October 2003 at 7:14pm
IIRC, you can export the address book, or just specific fields in it, as comma seperated values (.csv). MS Access, and most other db's can import a csv file.
-------------
Lead me not into temptation... I know the short cut, follow me.
|
|