I use EWS to get exchange emails, but how can i get plain text from email body, without html? Now i use this:
EmailMessage item = (EmailMessage)outbox
you can use
service.LoadPropertiesForItems(findResults, itempropertyset);
to load properties for all items