Questions tagged [ewsjavaapi]

Java implementation of the Exchange Web Services (EWS) API. This API gives developers programmatic access to Exchange Server 2007 SP1 and above.

Java implementation of the Exchange Web Services (EWS) API. This API gives developers programmatic access to Exchange Server 2007 SP1 and above.

153 questions
0
votes
2 answers

Retrieve billing information for Appointment using EWS Java API

I have information in billing information and I want to retrieve using EWS Java API . Here is what I had so far public List findAppointments() throws Exception { SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); …
-2
votes
1 answer

microsoft.exchange.webservices.data.core.exception.service.remote.ServiceResponseException: Access is denied. Check credentials and try again

We have added a user to our enterprise office365 account , We were able to send a few emails but when we are trying to send more emails using ews api we are getting the below…
-2
votes
1 answer

EWS Java - Reply to email has incorrect date

I'm trying to reply to email from java code, when I receive the reply, the Sent date is incorrect on the actual email. I think the Exchange service is considering UTC time. Actual date Sent- Tue 1/3/2017 3:58 PM Received date - Tuesday, January 3,…
Lucky
  • 783
  • 2
  • 10
  • 28
1 2 3
10
11