Click here to Skip to main content
15,886,035 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hello every one
I am now working on a new project where a user has store all his E-mail ID with its password in project data base. when he choose a compose mail option in my project . I have give an option to import contact from his E-mail IDs which has been stored in data base . Its working for G-mail account i m using google contact DLL for it ,but for Yahoo i searched in below link

import contact from yahoo acount[^]


but in this option the user has to fist request for Api n an static Api is given to that particular user . which cannot be used by any other . So is there any DLL like google contact which fetch contact from account depending on userID and password ..
Or any suggest link..
Posted
Comments

1 solution

As per Service Oriented Architecture(SOA), Yahoo developer portal provides the service API. Reference at http://developer.yahoo.com/addressbook/[^]

Component/DLL based is not the best solution, on comparing to SOA.
 
Share this answer
 

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