OfficeDev / ews-managed-api

Other
583 stars 317 forks source link

EWS Managed API Proxy support #251

Open kiranparupalli opened 4 years ago

kiranparupalli commented 4 years ago

Hi,

We are using EWS managed API to communicate with the Exchange server to get mails. Now I have a requirement to use proxy with Managed API. I read some articles and find that EWS managed API is supporting proxy using .pac files and I tried one sample by following the article https://stackoverflow.com/questions/49169435/using-proxy-pac-with-ews-api. But it didn't work for me( Maybe I did in the wrong way).

So my question is "If we would use exchange web services with Managed API, does it support going via proxy? If yes what and where the proxy server can be configured?

Please help me with this.

Regards, Kiran