exchange server - Set Content-Type as text/plain using EWS java API -


i use ews java api send mails through exchange 2010. trace find content type set text/xml. there way send mails plain text only?

content-type: text/xml

thanks.

afaik communication through api goes soap calls , these should have content-type=text/xml; charset=utf-8 - without double quotes around utf-8. ews quirky that.

i think seeing in trace.

the trick set bodytype best or html or text whenever use operations getitem, updateitem.


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -