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

getConversationItems not supported #315

Open kenzkiran opened 9 years ago

kenzkiran commented 9 years ago

As per documentation here: https://msdn.microsoft.com/en-us/library/office/jj220497%28v=exchg.80%29.aspx C# versions have this service API: getConversationItems(), but the ews-java service doesn't support this API. Any specific reason ?

vboctor commented 9 years ago

Any functionality in EWS Managed API should typically be on EWS Java API. However, often the java API is behind. However, now that EWS Managed API is also open sourced on github, it can be leveraged as a reference implementation for any contributors who would like to port the features to the JAVA API.