• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how to get contact list from Hotmail

 
Ranch Hand
Posts: 102
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friends

i need to retrieve the contact list from hotmails

so first we need to do authentication

and then retrieve contact list.

The relevant links are:
Delegated Authentication:
http://msdn.microsoft.com/en-us/library/cc287637.aspx
http://msdn.microsoft.com/en-us/library/cc287661.aspx
http://msdn.microsoft.com/en-us/library/cc287665.aspx (example)

Contacts API:
http://msdn.microsoft.com/en-us/library/bb463989.aspx
http://msdn.microsoft.com/en-us/library/bb463948.aspx
http://msdn.microsoft.com/en-us/library/bb463974.aspx (code sample in C#)

i have done my best but till now i am not able to any coding my self.. i am new to this , can any one help me out.


 
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How is this related to Struts?
 
Marshal
Posts: 28193
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

David Newton wrote:How is this related to Struts?


Indeed. We don't get many C# questions around here, but I'm sure we have a forum where this one would be at home. Let's try...
 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In the future, you can export hotmail contacts by going to your contact list, select all, then click manage, click export....this will export your contact list in the .csv format (which can be opened with excel)....I am pretty sure this .csv file can then be imported into your new account effectively bringing your contacts with you .

Hope this helps.
 
reply
    Bookmark Topic Watch Topic
  • New Topic