I need to get the MimeType of an item object:
What I've got: - Item object (microsoft.exchange.webservices.data.Item) from the EWS
What I want: - The mimetype of this Item(e.g. String "text/plain")
Is there even a mimetype in exchange?
(I am using the java ews api version 1.2.0)