yes , use can retrieve the contact list from mail server like Gmail, Rediff , Hotmail , AOL and all others They are providing free API to do this, u simply download the Application at your end and pass the parameter like (ID,Password) .
Gmail :
google code API
Yahoo / Live / RediffYahoo / Live / Rediff
Rediff API Rediff API Zip applicationopencontactsnet OpenContact.NET 1.0 file released: OpenContactsNet-1.0.zip
AOL API AOL Guide to Integrating OpenAuth happy coding.......
nice collection,
ReplyDeletebut i am not getting rediff one properly
can u please search it and tell me about the rediff API
Sir please can i get complete source code for import contact list
ReplyDeleteThanks to write!
Deleteyes sure send me your email id i will send it to you :)
yes i have all ready mention various API links
ReplyDeleteplz have a look it
it really helped me a lot thankyou
ReplyDeleteThanks anthonymary!!
Deletehi how can i use it in my website. how can i pass parameters to different mails network
ReplyDeletefor that you need to check the SMTP connection details to diferent different mail network.
Deletemay i know what exactly you want to know here ?
how can i use this in webforms in .net (.aspx)
ReplyDeleteEvery mail provider service has different API to call the details . please check with above listed API and there you can find the way to read the API and implement the same call (service call ) in your .net application
DeleteHi,
ReplyDeleteI am using following code
OpenContactsNet.MailContact list = new OpenContactsNet.MailContact();
OpenContactsNet.YahooExtract objYahoo = new OpenContactsNet.YahooExtract();
NetworkCredential nc=new NetworkCredential();
nc.UserName=txtgmailusername.Text.Trim();
nc.Password=txtpassword.Text.Trim();
bool bln = objYahoo.Extract(nc, list);
But its showing some invalid arguments.
So how to send a parameters to objYahoo.Extract
Please can anyone help me on this
Thanks in advance
Thanks for response!!
Deletemay i know what invalid arguments your getting on this request?
Hi,
ReplyDeleteCan i get code for rediff contact import in dot net. I need it urgently. I am not able to figure it out. Have done gmail and yahoo but rediff is left. Please send me the code urgently.
Hi.. Thanks for reply...
DeleteMay i know what error message u r getting and give me u email id .. I Will share you
Hi thanks for your article I also need Rediffmail contact in asp .net can you share your code?
ReplyDeletemy Email: lv1986.aspx@gmail.com
Can u please provide me code to get rediff contact list without having password.
ReplyDeleteThanks to write and visit my blog...
DeleteWithout using password? Could you please clear it what it means??
Send mail your mail id .. I Will send you sample application ..