• 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 retrieve 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

need to retrieve contact list from hotmail

this is my task

problem is this program is available in c#

can any help me to convert this program to java

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

thank you very much.



 
Sheriff
Posts: 9707
43
Android Google Web Toolkit Hibernate IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Kajal, you started another thread for a similar question here.

You might not get an answer in the struts forum so I'll move it to the forum which I feel would be appropriate for the question.

You can use an API to import contacts from hotmail. In the past I've used this API but its commercial i.e. paid. As far as I understood the windows live API, there's a very weird procedure to get contacts from it. The general steps to be followed are given here, here and here. You'll first have to do a delegate authentication. There's a sample java program given here for doing the authentication. The API Reference lists most of the information you need. That's all that I can help...
 
kajal mukergi
Ranch Hand
Posts: 102
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks ankit i was following the link what gave quit a long time..
but problem came when i have encounter this c# code...
should be converted to java

 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic