OfficeDev / ews-managed-api

Other
584 stars 316 forks source link

EWS, EWS proxy and Graph.... #211

Open bbarrick opened 5 years ago

bbarrick commented 5 years ago

I'm looking through some old code that appears to be using the EWS proxy API (I'm assuming that library is meant for proxy servers). It goes out and grabs emails, then tries to store them in a database. Currently it hangs up if an email has an inline image like in the signature. We manually go to the inbox, delete the image then resend it.

I'd like to update this code and resolve that issue. Would it be best to convert this to using the main EWS API or can Graph do the same thing?

Secondly, this is an on site exchange server but we go through a URL using a username/password. Will this break when EWS stops using Basic Authentication?

Thank you.

bbarrick commented 5 years ago

I ran across an article explaining the proxy API part.

https://blogs.msdn.microsoft.com/webdav_101/2017/12/15/updating-visual-studio-generated-proxy-classes-for-ews-development/