On Wed, 24 Oct 2012, Apache wrote:
I see the properties of the MSG files and the Content-types are;
--> Content-Type: application/ms-tnef; name="winmail.dat"
--> Content-Type: multipart/mixed;
--> Content-Type: text/plain; charset="ISO-8859-1"
It has a TNEF encoded RTF message body by the looks of it. You'll need to
grab the RTF and parse that to get the richly formatted message.
How may be the Content-types of the MSG files to run well the method
"getHtmlBody()"?
getHtmlBody will only work for messages where the body is stored as native
HTML, rather than as compressed RTF. Unfortunately, a large proportion of
MSG files store the message body as RTF not HTML so you'll need to fetch
them that way
Nick
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]