Problem seeing some characters when sending email to Outlook client

F

fniles

Thank you for your help.

It looks like the problem has something to do with the IE version.
Thanks for all your help !


fnileswrote:
So, I don't need to do
UTF8String = ToUTF8(sRaw) ?

No you don't.
I do replace the "cid:" with "src=cologo.jpg" in the email as shown
below, but this is not what you mean by "changing the text in the
email" ?

You don't need to decode/modify/encode in this case, because all you are
replacing and adding in "cid:" is in the range of 0 to 127.
You did Base64 decoding, but you didn't do UTF-8 decoding, which is
okay.
So, since I didn't do UTF-8 decoding, what causes some Outlook 2007
clients to see
roughly $7m [€5m]
as
roughly $7m [€5m]
?
How can I fix the problem so that all Outlook clients see the correct
characters ?

If both clients received the same single email that you are sending to both,
then this leaves one conclusion: It's Outlook settings, and IE version that
are different that cause the discrepancy. Run Regedit, and export this key
from the two computers, and compare the settings:

HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Outlook

Use the following free software to compare the two files:

http://winmerge.org/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top