OfficeDev / ews-java-api

A java client library to access Exchange web services. The API works against Office 365 Exchange Online as well as on premises Exchange.
MIT License
869 stars 560 forks source link

How to search an item across all folders #117

Open rameshrudra opened 9 years ago

rameshrudra commented 9 years ago

Hi

I want to search an item with respect to an email address across all folders

I followed the below link http://stackoverflow.com/questions/7401080/exchange-web-services-ews-finditems-within-all-folders

but this is not working now.

Previously it was worked with 1.2 API, but this is not working with the latest code (1.3).

serious6 commented 9 years ago

would you mind adding a junit-test for this behavior. This would guarantee that once the bug is fixed it will be fixed forever :-)

rameshrudra commented 9 years ago

Yes I will add. Again from last 2 days , this functionality is not working, any problem with my code. Why it's sometimes working and sometimes not working. I just followed stackoverflow link, because I didn't get any reference for searching items across all folders