synchronise outlook contacts with sqltable

  • Thread starter Thread starter Stefan
  • Start date Start date
S

Stefan

Hello,
at the moment i'm exporting outlook contacts to .csv files
and then import the file into a sql contact table.
i do this only once, so the inputter has to add new contacts twice.
Now i would like to synchronise data from the outlook adressbook
right into my table.So if a faxnumber changes in outlook it has to change
also in my
table(after starting up synchronising tool).
can anyone point me in the right direction.
thanx in advance
kind regards,
Stefan
 
Why do you not make a windows services that uses the outlook api.
This would allow you to pull contact direct from outlook.
I do not know if outlook api has this as an option but you might even be
able to see new contacts since DATE. with the outlook api.
 
i'll search in outlook api
thanx
Stefan
Chris Calzaretta said:
Why do you not make a windows services that uses the outlook api.
This would allow you to pull contact direct from outlook.
I do not know if outlook api has this as an option but you might even be
able to see new contacts since DATE. with the outlook api.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top