OfficeDev / 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.
MIT License
869 stars 560 forks source link

Error while reading mail using ews java api: Illegal character entity: expansion character (code 0x1) #590

Open amolthorat19 opened 7 years ago

amolthorat19 commented 7 years ago

microsoft.exchange.webservices.data.core.exception.service.remote.ServiceRequestException: The request failed. Illegal character entity: expansion character (code 0x1 at [row,col {unknown-source}]: [1,2690] at microsoft.exchange.webservices.data.core.request.SimpleServiceRequestBase.internalExecute(SimpleServiceRequestBase.java:74) at microsoft.exchange.webservices.data.core.request.MultiResponseServiceRequest.execute(MultiResponseServiceRequest.java:158) at microsoft.exchange.webservices.data.core.ExchangeService.internalBindToItems(ExchangeService.java:1343) at microsoft.exchange.webservices.data.core.ExchangeService.bindToItem(ExchangeService.java:1378) at microsoft.exchange.webservices.data.core.ExchangeService.bindToItem(ExchangeService.java:1395) at microsoft.exchange.webservices.data.core.service.item.Item.bind(Item.java:121)

amolthorat19 commented 7 years ago

Hi All, Please help how I can resolve this issue..

gdoda commented 5 years ago

@amolthorat19 did you manage to solve this issue? I have the same problem