Saturday, July 18, 2009

import contact list from gmail,yahoo,rediffmail

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 / Rediff

Yahoo / Live / Rediff



Rediff API
Rediff API


Zip application

opencontactsnet OpenContact.NET 1.0 file released: OpenContactsNet-1.0.zip


AOL API
AOL Guide to Integrating OpenAuth
happy coding.......

17 comments:

  1. nice collection,
    but i am not getting rediff one properly
    can u please search it and tell me about the rediff API

    ReplyDelete
  2. Sir please can i get complete source code for import contact list

    ReplyDelete
    Replies
    1. Thanks to write!

      yes sure send me your email id i will send it to you :)

      Delete
  3. yes i have all ready mention various API links
    plz have a look it

    ReplyDelete
  4. hi how can i use it in my website. how can i pass parameters to different mails network

    ReplyDelete
    Replies
    1. for that you need to check the SMTP connection details to diferent different mail network.
      may i know what exactly you want to know here ?

      Delete
  5. how can i use this in webforms in .net (.aspx)

    ReplyDelete
    Replies
    1. Every 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

      Delete
  6. Hi,
    I 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

    ReplyDelete
    Replies
    1. Thanks for response!!

      may i know what invalid arguments your getting on this request?

      Delete
  7. Hi,

    Can 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.

    ReplyDelete
    Replies
    1. Hi.. Thanks for reply...

      May i know what error message u r getting and give me u email id .. I Will share you

      Delete
  8. Hi thanks for your article I also need Rediffmail contact in asp .net can you share your code?
    my Email: lv1986.aspx@gmail.com

    ReplyDelete
  9. Can u please provide me code to get rediff contact list without having password.

    ReplyDelete
    Replies
    1. Thanks to write and visit my blog...

      Without using password? Could you please clear it what it means??

      Send mail your mail id .. I Will send you sample application ..

      Delete