currently i'm working with the c# outlook interop classes to process .msg files (saved from exchange server).
The mails are saved with different mail.InternetCodepage because i need the content of the mail (= mail.Body) i have to decode the mail.body based on the codepage of the mail to utf8.
it would be possible to code a "IF codepage = 1234 .. " for every possible codepage, but i think there is a better way...