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
870 stars 560 forks source link

how to get user photo #759

Open zhuenbang opened 2 years ago

zhuenbang commented 2 years ago

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 code but I did not find how to use Java language for authentication, so I got an error 401. Please kindly inform me how to authenticate the REST request, thank you very much!