ews-java-api
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.
We are using EWS API and observed that send() (https://learn.microsoft.com/en-us/dotnet/api/microsoft.exchange.webservices.data.emailmessage.send?view=exchange-ews-api) is not responding and rest of the code is blocking when it called. Code is working fine when we commented...
I exchange Server is deployed on a local, I now want to through the API to obtain user photo, such as the URL: https://Exchange Server/news/exchange. Asmx/s/GetUserPhoto? email=email address& Size =size...
The ews-java-api library depends on Java EE javax-packages in two classes: - microsoft.exchange.webservices.data.core.request.ServiceRequestBase - microsoft.exchange.webservices.data.property.complex.TimeChange This makes it impossible to use this library on a Java EE Jakarta-based application using...
i want to run progress in long time.
microsoft.exchange.webservices.data.core.exception.service.remote.ServiceRequestException: The request failed. Invalid white space character (0x1) at [row,col {unknown-source}]: [2225,24] at microsoft.exchange.webservices.data.core.request.SimpleServiceRequestBase.internalExecute(SimpleServiceRequestBase.java:74) ~[ews-java-api-2.0.jar!/:?] at microsoft.exchange.webservices.data.core.request.MultiResponseServiceRequest.execute(MultiResponseServiceRequest.java:158) ~[ews-java-api-2.0.jar!/:?] at microsoft.exchange.webservices.data.core.ExchangeService.internalLoadPropertiesForItems(ExchangeService.java:1324) ~[ews-java-api-2.0.jar!/:?] at microsoft.exchange.webservices.data.core.ExchangeService.loadPropertiesForItems(ExchangeService.java:1302) ~[ews-java-api-2.0.jar!/:?] at com.hand.hfins.app.job.mail.handler.ExchangeMailHandlerStrategy.receiveFinEmailMessage(ExchangeMailHandlerStrategy.java:133) ~[classes!/:1.4.0.RELEASE] at com.hand.hfins.app.job.mail.handler.ExchangeMailHandlerStrategy.receive(ExchangeMailHandlerStrategy.java:101)...
my subject title is 主题: Re: RE: [External] Vendor Onboard xKm6 ] M8 The request failed. ParseError at [row,col]:[1,1443] Message: 字符引用 "&# Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,1443] Message: 字符引用...
We have Exchange Service On-Premise (version 2019 CU13). Can the current version of ews-java-api be used to connect to EWS? If not, which workaround can be applied in this case?
Hi, I am using version 2.0 and java 8. I work on emails from the inbox. I store the uniqueIds of mails in the database. The inbox is repeatedly queried...
https://learn.microsoft.com/de-de/dotnet/api/microsoft.exchange.webservices.data.legacyfreebusystatus?view=exchange-ews-api Free(0) Tentative(1) Busy(2) OOF(3) WorkingElsewhere(4) NoData(5) add the Enum LegacyFreeBusyStatus - WorkingElsewhere(4)
Fixes #746 Root cause is the line 85 of WSSecurityBasedCredentials.java: ``` protected static final String wsAddressingHeadersFormat = "http://schemas.microsoft.com/exchange/services/2006/messages/%s" + "http://www.w3.org/2005/08/addressing/anonymous" + "" + "%s"; ``` This string is passed on...