-
Hi,
Below is our requirement - We are implementing cloud services (Proxies ) which are wrapper to EWS JAVA API’s – We are supporting both EWS on premise and O365.
O355 will work in any cloud solutio…
-
At the exact same time you release this, I'm building my own EWS portable implementation to be able to use it from Windows Phone and Windows Store apps :-)
Do you have any plan to make EWS Managed AP…
-
`var msgid_filter = new ews.SearchFilter.IsEqualTo(ews.EmailMessageSchema.InternetMessageId, "");`
Above filter will cause below error:
```
Element: Violation - Please report example of this operati…
-
hi,all:
I want to get recurrence using EWS java api.
EWS java api support method called Appointment getRecurrence().
But it is not working on my project.It is NullPointerException.
![1](https://cloud…
-
Hi @gautamsi,
some (but not all) of our users report a crash while synchronizing their Office 365 account. We could not reproduce the issue with out test account, but our logs show the following erro…
-
Hi Team,
Could you please let us know what are all the changes that we need to do in EWS Java API1.2 to enable it to connect to Exchange2013 server?
-
We have Exchange Service On-Premise (version 2019 CU13).
Can the current version of ews-java-api be used to connect to EWS?
If not, which workaround can be applied in this case?
-
I'm looking through some old code that appears to be using the EWS proxy API (I'm assuming that library is meant for proxy servers). It goes out and grabs emails, then tries to store them in a databas…
-
I am an intern writing an implementation plan to add impersonation features to an existing EWS program. This existing program was writting using the 2.1 snapshot of EWS JAVA API. Have the patches sinc…
-
I've noticed Outlook uses a mix of EWS and the new Microsoft API, so I'm not sure if this is a bug, but basically:
1) New calendar events created on a "shared calendar" (with read/write access) in …