| Author |
how to import hotmail/yahoo/aol address book
|
|
|
| I am writing a web app in C# and need to know if it is possible to
login to hotmail using a users email and and password and somehow read
their address book. We would like to all a user to import their hotmail
address book to our app and I have seen it done before but have found
no documentation or hints on how to do this on the interent. Any help
would be great.
We would also like to do this with yahoo and possibly aol, so any help
there would be amazing too.
| |
| fresh1967 2005-11-07, 3:25 am |
| quote: Originally posted by Adam
I am writing a web app in C# and need to know if it is possible to
login to hotmail using a users email and and password and somehow read
their address book. We would like to all a user to import their hotmail
address book to our app and I have seen it done before but have found
no documentation or hints on how to do this on the interent. Any help
would be great.
We would also like to do this with yahoo and possibly aol, so any help
there would be amazing too.
Did you ever solve this issue ? I am looking for the same thing | |
|
| quote: Originally posted by fresh1967
Did you ever solve this issue ? I am looking for the same thing
Hey guys I solved this problem earlier this year using Java and apache Jakarta's HTTPClient API. It can be done, but it's a pain because you have to programmatically request the form to login, then parse the form because both Yahoo and Hotmail include hidden fields when submitting in a login form.
After much work to get it up and running, Yahoo changed the form on me! So all of my code went to waste.
It's a shame... if possible I'd say let your management know that you could get it working, but even if you did it could break at any time if yahoo or hotmail decide to change their form.
good luck, and keep your fingers crossed that either house releases a public API. | |
|
|
| addressbookimport 2005-12-18, 10:00 am |
| quote: Originally posted by sumon
For All kind of Address Book importer solution please check
www.contactimporter.info
or
Improsys.com
Regards,
Sumon
Scripts to import addressbooks from yahoo, hotmail, gmail and AOL and others can be downloaded for free at www.AddressBookImport.com
... | |
| shivmuk 2005-12-20, 3:48 am |
| But all these sites are either paid or a trial site. Is anyone has any idea how we can do it via coading and connect to the port of MSN.Yahoo.AOL
Either via socket or xmlhttp or any other methods are there.
Regards
quote: Originally posted by addressbookimport
Scripts to import addressbooks from yahoo, hotmail, gmail and AOL and others can be downloaded for free at www.AddressBookImport.com
....
| |
|
|
| sumeetahluwalia 2006-09-13, 12:44 pm |
| quote: Originally posted by Adam
I am writing a web app in C# and need to know if it is possible to
login to hotmail using a users email and and password and somehow read
their address book. We would like to all a user to import their hotmail
address book to our app and I have seen it done before but have found
no documentation or hints on how to do this on the interent. Any help
would be great.
We would also like to do this with yahoo and possibly aol, so any help
there would be amazing too.
Hello,
I was wondering if you ever recieved an answer for this. I am in the same situation. I am not interested in paid solutions, there has to be a bit code snippet out there which shows you what API's are used in order to import the address book to another application. | |
| rakesh.halder 2007-06-27, 7:20 am |
| HI,
i am also looking for the code.
have u got this then pls share it.
thanks in advance.
rakesh
quote: Originally posted by sumeetahluwalia
Hello,
I was wondering if you ever recieved an answer for this. I am in the same situation. I am not interested in paid solutions, there has to be a bit code snippet out there which shows you what API's are used in order to import the address book to another application.
| |
|
|
|
|
|
|
| vignesh 2007-07-28, 1:44 am |
| quote: Originally posted by rakesh.halder
HI,
i am also looking for the code.
have u got this then pls share it.
thanks in advance.
rakesh
Hai,
Please send the code for how to import the outlook,yahoo,gmail address book into the asp.net web page?
thank you |
|
|
|