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

For some reason I receive the above error on the production machine (Linux). Strange thing is, on my dev machine - which is a windows system - there is no...

class MeetingResponse don‘t have such properties "ProposedStart"、"ProposedEnd",how to got it?

Hello! I try use `ExchangeService service = new ExchangeService(ExchangeVersion.Exchange2007_SP1);`. This is my build.gradle `implementation 'com.microsoft.ews-java-api:ews-java-api:2.0'` I see error `java.lang.NoSuchFieldError: No static field INSTANCE of type Lorg/apache/http/conn/ssl/AllowAllHostnameVerifier; in class Lorg/apache/http/conn/ssl/AllowAllHostnameVerifier; or...

Hi, I am getting errors when trying to delete a big amount of emails via this tool. The first bunch of emails are deleted with no problem. Then the api...

Provides android compatibility of this library. Out of the box support which runs on Android API 28 (Android Pie)

Hi, I want to download attachment from email message,but sometimes it can be throw exception like `microsoft.exchange.webservices.data.core.exception.service.remote.ServiceRequestException: The request failed. ParseError at [row,col]:[1,868391] Message: Premature end of file. at microsoft.exchange.webservices.data.core.request.SimpleServiceRequestBase.internalExecute(SimpleServiceRequestBase.java:74)...

Hi team @serious6 @OS-JAR @pkropachev @shibd Is there any method that is used for fetch/find conversation with the use of conversation id? Currently, we find below method : `public Collection...

Hi , I'm trying to fetch the mail on dateTime basis from the email via ews-java api. in INboc mail exist with different different time so i want to filter...

I have a situation where I need to authenticate my application with EWS(Exchange web service) without using password. I got three options to achieve this, Basic Auth NTLM Oauth I...

Hi, I am trying to use NTLM authentication with the HTTP Client 4.4.1 and it is failing with 401 Unauthorized. The same user format (domain\user) using external Microsoft connectivity tool...

question