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

service findFolder issues #587

Open manpw opened 7 years ago

manpw commented 7 years ago

hi, I have emailbox with struture like below

via API EWS i can get all folder except ma custom folder "CustomDirectory" why ?

davster commented 7 years ago

There is no reason why your custom folder shouldn't be returned. Have you turned on tracing to see if it is being returned in the raw XML and just not deserialized properly?