GitHub - egis/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.

![Gitter](https://badges.gitter.im/Join Chat.svg)
Build Status codecov.io

NOTE: This fork was made to fix the 'hanging' close connection problem. The solution was pulled from pexlabs, referenced here: OfficeDev#425

To use this version in your build, change:

compile 'com.microsoft.ews-java-api:ews-java-api:2.0'

to:

compile 'com.github.mitimes:ews-java-api:master-SNAPSHOT'

using jitpack.io as a repo.

Please see the Getting Started Guide on our wiki for an introduction to this library.

Using the library

Please see this wiki-entry on how to include the library in your project

Maven / Gradle

For Documentation on how to use ews-java-api with maven or gradle please refer to this section in our wiki.

Building from source

To build a JAR from the source yourself, please see this page.