473,473 Members | 2,196 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

*HELP:Jmail Issue - unable to read unicode characters

borisding
9 New Member
Hi there,

I'm using Jmail for sending email with some attachments. Basically, I will need to send out email with the contents in unicode characters such as Simplified Chinese, Japanese etc.

I have tried out and all characters are displayed well, if ONLY for me to send it to webmail such as Yahoo!/Gmail. However, I was unable to read the characters when sending to my own company email address, even on the company's webmail. All characters look weird in Microsoft Outlook/Company webmail, something like so:



Here is the Jmail code looks like:
Expand|Select|Wrap|Line Numbers
  1. ' This is my local SMTP server
  2.     JMail.ServerAddress = "mail.domain.com:25"
  3.     JMail.Sender = email
  4.     JMail.SenderName = username
  5.         JMail.Charset = "936"
  6.     'Jmail.Encoding = "base64"
  7.         'JMail.ContentTransferEncoding = "base64"
  8.     JMail.Subject = subject
  9.  
  10.     JMail.AddRecipient "user@domain.com"
  11.  
  12.      JMail.HTMLBody = "<font face='Verdana' size='2'>" &_
  13.     body &_
  14.     "<br></font>"
  15.     JMail.AddAttachment Server.Mappath(Application("rootFolder")) & "\" & Upload("file1").FileName
  16.  
For instance, I am using Charset 936 for Simplified Chinese and Charset 930 for Japanese. I am able to read in Yahoo!/Gmail. However, I am not allowed to read the text on the company webmail, and the outlook 2003 as well.

Appreciated if someone could give me some advice what would be the problems and what should I do?

Thanks so much!!
May 25 '09 #1
2 3999
jhardman
3,406 Recognized Expert Specialist
I keep scratching my head about this, and I find it hard to answer. It sounds to me like a flaw in Outlook. Have you tried opening it Outlook that has been set to a default language of Japanese or Chinese?

Jared
May 29 '09 #2
borisding
9 New Member
Thanks for your advice Jared!

I have read on some forums and for those who had encountered this problem were advised to check on the Outlook's setting. However, it seems doesn't help much for solving this.

All this while, I am able to read the unicode characters such as Chinese characters in Outlook and also, I have tried to forward the copy from Yahoo!/Gmail to my company email address and try to open in Outlook, it's all displayed well.

Until now, I have no ideas at all what is actually going wrong with this.Sigh!
May 29 '09 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: ano1optimist | last post by:
Has anyone had success with using a command collection with parameters to run a stored procedure from sql server? I'm frustrated and have been spending way too much time trying to make this work. ...
0
by: archana | last post by:
Iam unable to run a macro from visual basic... The code does not work when the ms access database(any database ) is open... HELP! Dim strDbName As String Dim strlvsendkeys As String Dim...
7
by: Axel Dahmen | last post by:
I've just installed Windows 2000 Service Pack 4 (SP4) on my Windows 2000 Server. Now I can't debug anymore! I'm using Visual Studio 7.0 (2002), ..NET Framework 1.0. The error message I get is...
1
by: | last post by:
When accessing the VBA Help index in Excel 2000, The cursor changes in the search box to a "<-->" shape and I'm unable to input text. Has anyone experienced the same and know how to rectify it....
2
by: Ddraig | last post by:
Howdy, I've been struggling with this most of the day and I was wondering if anyone has seen this before and can point me in the direction for a solution. My program runs perfectly, however...
1
by: Chriz Yuen | last post by:
Sub Button1_Click(sender As Object, e As EventArgs) Dim ConnectionString As String = "PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURCE=" & server.mappath("EzySys.mdb") & ";" Dim myConn As New...
3
by: tvn007 | last post by:
Please help, basicly, I just want to skip "#" when read line from input file. Below is my code: #include <iostream> #include <string> #include <fstream> #include <sstream> using namespace...
0
by: =?Utf-8?B?dGVzaHRyYWRlQGdtYWlsLmNvbQ==?= | last post by:
Hi All, I am still new to Webservices in .NET Basically, This is what I am trying to accomplish. My Client has given me the soft copy of the WSDL file and XSD Files and has asked me to create...
0
by: Fredrik Lundh | last post by:
dudeja.rajat@gmail.com wrote: I strongly doubt that this is the code you used. "*" means zero or more matches. all lines is a file contain zero or more # characters. but using a RE is...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.