We've expanded our news coverage and improved our search! Visit
oreilly.com for the latest or search for all things across O'Reilly!
Article:
 |
|
Sliding into WebDAV
|
| Subject: |
|
Corrections for A Simple Example code |
| Date: |
|
2008-02-21 16:48:11 |
| From: |
|
WEBDAV
|
Response to: Corrections for A Simple Example code
|
|
Hi ,
I am new to WEBDAv,
HttpURL hrl = new HttpURL("http://apsw0442evs/exchange/user/Inbox/?Cmd=contents#");
hrl.setUserinfo("sroutr1","bubun123");
System.out.println(hrl.getUser());
wdr= new WebdavResource(hrl);
Currently i am using this code to get a connection to microsoft exchange server.But i need some assistance how to retrieve emails from Inbox folder.
Provide me the running code if you have....
Thanks
susanta
|