I write a mail reader application to show message to user on CorssBow.
And I use PR_BODY_A and PR_BODY_HTML_A property of MAPI to retrieve
mail
body. My application is running smoothly in the past, however I found
it has
some problem on newly CrossBow version.
MAPI will translate mail body into UTF-8 format automatically in the
past.
But it don't work now, I has to translate character set by myself, but
I
don't know how to get the character set of body? Please give me some
suggestion.