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
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