Hey there,
i'm going through my pst-File and have my emails in the PSTMessage Object.
Everything works fine and i like this library very much!
But I just can't find a method which return me just the email content! ... I have the Subject, the Sender, the Recepient mail addresses, Date and everything I need, but I can't find a way to simply gain the email content.
I found getBody(), but this returns more than the only the text. I don't want to workaround with this method, because i'm sure there must be a simple way to find the emailcontent with the information auf getBody(), which i don't need.
Sorry in advance for this simple question, but i'm despairing with this :(