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
Post a Comment