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.