| Article: |
Sliding into WebDAV | |
| Subject: | Corrections for A Simple Example code | |
| Date: | 2005-06-06 07:36:05 | |
| From: | MikeWilkinson | |
|
Response to: Corrections for A Simple Example code
|
||
|
Mark,
|
||
Showing messages 1 through 1 of 1.
| Article: |
Sliding into WebDAV | |
| Subject: | Corrections for A Simple Example code | |
| Date: | 2005-06-06 07:36:05 | |
| From: | MikeWilkinson | |
|
Response to: Corrections for A Simple Example code
|
||
|
Mark,
|
||
Showing messages 1 through 1 of 1.
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