How do you find out the text character set in the message body?
Created May 4, 2012
John Zukowski You should find this in the ContentType of the part. If you're lucky, it will be present as something like "text/plain; charset=foobar". However, I don't believe this is required.