Top "Ewsjavaapi" questions

Java implementation of the Exchange Web Services (EWS) API.

java.security.cert.CertificateExpiredException: NotAfter

I am using EWSJavaAPI 1.1.5 to connect to Exchange Server 2010. Everything was working fine until today while trying to connect to …

java certificate exchangewebservices ewsjavaapi
How to authenticate EWS Java API

We are using EWS Java API to use the outlook calendar on our Java application. I am having authentication issues …

java exchangewebservices ewsjavaapi
Download attachments using Exchange Web Services Java API?

I am writing a Java application to download emails using Exchange Web Services. I am using Microsoft's ewsjava API for …

java exchange-server exchangewebservices ewsjavaapi
Maven Ropository for EWSJavaAPI_1.2.jar

i work on a project where i use the EWS Java Api to connect to an MS Exchange Server. To …

java maven repository exchangewebservices ewsjavaapi
Problems using the EWS Java API on Android

I am trying to use the EWS Java API v1.1.5 (http://archive.msdn.microsoft.com/ewsjavaapi) in an Android application, …

android exchangewebservices apache-commons-httpclient ewsjavaapi
The Autodiscover service couldn't be located

I am using EWS Java API 1.1 to access an Exchange 2010 account as follows: ExchangeService service = new ExchangeService(); ExchangeCredentials credentials = new …

java exchange-server exchangewebservices ewsjavaapi