ASP.Net/C# How to Import Contacts From Mailservers ( AOL,HotMail,Gmail,Yahoo,Rediffm)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sandip123
    New Member
    • Apr 2010
    • 3

    ASP.Net/C# How to Import Contacts From Mailservers ( AOL,HotMail,Gmail,Yahoo,Rediffm)

    Can anyone suggest a method to import contacts in address book from AOL, HotMail, Gmail, Yahoo and Rediffmail?

    Using ASP.Net/C#.
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    I'm not sure how easily you're going to be able to do this.

    Your application is going to have to request the user's contacts to be exported. It is very likely that the user must be logged in to the mail provider before you can export it.


    Please take the time to research the problem before you post your question. You are going to have to research each provider that you want to support to see if this is even possible.

    Please take the time to read over the Posting Guidelines specifically the section on Before you Post your Question.

    Comment

    • sandip123
      New Member
      • Apr 2010
      • 3

      #3
      Originally posted by Frinavale
      I'm not sure how easily you're going to be able to do this.

      Your application is going to have to request the user's contacts to be exported. It is very likely that the user must be logged in to the mail provider before you can export it.


      Please take the time to research the problem before you post your question. You are going to have to research each provider that you want to support to see if this is even possible.

      Please take the time to read over the Posting Guidelines specifically the section on Before you Post your Question.
      thanks for replay,
      I download some code from net but the code have some problem. if you have some source code pls. send me

      Comment

      • Frinavale
        Recognized Expert Expert
        • Oct 2006
        • 9749

        #4
        I do not have any source code.

        We don't just supply source code here, we help you solve problems with your source code.

        You are going to have to research each mail service provider that you want to support...you may even have to contact them...in order to achieve what you want.

        -Frinny

        Comment

        Working...