Sending Unicode Email using CDOSys drops characters

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am working on a project to move my mailing tool to support Multi Languages
including Chinese and Hebrew.

To do this I have added the following code to the Message object
..HTMLBodyPart.ContentTransferEncoding = CDO.CdoEncodingType.cdo8bit
..HTMLBodyPart.Charset = CDO.CdoCharset.cdoUTF_8

When the email is received it is mostely intact but is missing some space
characters. Can you tell me why this would happen?

Thanks
Jason
 
Hi Jason,

As far as I know, this doesn't seem to be an encoding issue. Since this
issue occurs occasionally, I think it might be the network transfer issue.
Can you reproduce this with certain space characters? I suggest you post in
microsoft.public.exchange.development, there will be more professionals who
will reply to this issue.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Kevin,

Thanks for getting back to me...Through process of elimination I found that
I should not set the ContentTransferEncoding setting...This needs to be left
as standard and only the Charset changed..

I now have it working.. :)
 
It was nice to hear that you have had the problem resolved.

Thanks for sharing your experience with all the people here. If you have
any questions, please feel free to post them in the community.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Back
Top