ews-java-api icon indicating copy to clipboard operation
ews-java-api copied to clipboard

A java client library to access Exchange web services. The API works against Office 365 Exchange Online as well as on premises Exchange.

Results 118 ews-java-api issues
Sort by recently updated
recently updated
newest added

https://docs.microsoft.com/en-us/exchange/client-developer/exchange-web-services/how-to-authenticate-an-ews-application-by-using-oauth How to Authenticate an EWS application by using OAuth in Java? Thanks

Hi, team, hope you can help me out. Thanks! The full stack is microsoft.exchange.webservices.data.core.exception.service.remote.ServiceRequestException: The request failed. The request failed. Unrecognized SSL message, plaintext connection? at microsoft.exchange.webservices.data.core.request.SimpleServiceRequestBase.internalExecute(SimpleServiceRequestBase.java:74) at microsoft.exchange.webservices.data.core.request.MultiResponseServiceRequest.execute(MultiResponseServiceRequest.java:158) at...

I need to implement a function to forward multiple messages as a combined single message via EWS API. I checked docs of microsoft https://docs.microsoft.com/en-us/previous-versions/office/developer/exchange-server-2010/dd633681(v=exchg.80) but it seems that only forwarding...

Good afternoon, I'm seeking some assistance to see if anyone can point me in the correct direction on an issue. Backstory is an agency is using some software that relies...

How to set or get a follow-up Flag on an email ? ![flag](https://user-images.githubusercontent.com/10892961/28719014-f5f5d6ce-73da-11e7-8173-fa18a8e9fc71.png) 1.GET Flag: I can find some solution only for C#, like [this](https://stackoverflow.com/questions/34632745/is-there-way-to-get-follow-up-details-of-email-of-exchange-email-account-using) ![flag2](https://user-images.githubusercontent.com/10892961/28719538-d438a1c2-73dc-11e7-86ba-5233ea46280e.png) 2.SET FLAG I can...

Is it posible to authenticate with the EWS using a Kerberos Service Ticket?? I need this because i have a Single Sign On architecture in my web application using the...

As mentioned in the title, Exchange Service is not available and return "(503)Service Unavailable". Which URL is https://outlook.office365.com/EWS/Exchange.asmx . Is anyone in this situcation?

Hello, Is there a way to force TLSv1.2 with Java 7? My code is simply connect and read some calendar items. The code has always work with on-premise Microsoft Exchange...

After a getEvents() with a pull subscription, a deleted appointment is set as EventType.Modified. Then, when binding, an exception is thrown with a message that the item isn't found in...

bug

I'm trying to make use of this api from within a Lucee application but making slow progress. I have... ` ` ` ` ` ` ` ` ` ` `...