| Author |
how to retrieve contact list from hotmail
|
kajal mukergi
Ranch Hand
Joined: Mar 22, 2007
Posts: 102
|
|
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.
|
 |
Ankit Garg
Saloon Keeper
Joined: Aug 03, 2008
Posts: 9189
|
|
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...
|
SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
|
 |
kajal mukergi
Ranch Hand
Joined: Mar 22, 2007
Posts: 102
|
|
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
|
 |
 |
|
|
subject: how to retrieve contact list from hotmail
|
|
|