M
mookashi
Hi,
Earlier once i had posted a query asking how to check if the messag
body is unicode or normal text.
Ken had suggested the following solution:
One way would be to check MailItem.InternetCodePage. Another would be
to get Item.Body and see if the text is Unicode by checking for 0x00
after every character.
well im using Outlook 2000 and Developing Com AddIn using VB6
i didnt find anything like MailItem.InternetCodePage
secondly if im to use the other method suggested above , how do
exactly do it. can you provide me a code snippet of that. i cant figur
out how to check the 0x00 in the message body!!
Thanks in advance
Earlier once i had posted a query asking how to check if the messag
body is unicode or normal text.
Ken had suggested the following solution:
One way would be to check MailItem.InternetCodePage. Another would be
to get Item.Body and see if the text is Unicode by checking for 0x00
after every character.
well im using Outlook 2000 and Developing Com AddIn using VB6
i didnt find anything like MailItem.InternetCodePage
secondly if im to use the other method suggested above , how do
exactly do it. can you provide me a code snippet of that. i cant figur
out how to check the 0x00 in the message body!!
Thanks in advance