Interview Question in Data Transformation Services (DTS)


 

Interview Question :: Korean characters in email subject line


I'm sending bulk email via MS-SQL server's "DTS Meta Data Service Package" (Visual Basic). I can get the email body text into Korean by using the parameter:
.BodyPart.Charset = "euc-kr"

How do I do the same for the subject line? I'd like to include a line something like:
.Subject = objMessage.EncodeHeader(Subject, "euc-kr")
but I get "Does not support this method"

I have the same problem in Chinese and Japanese. Advice? Or better yet, VB code?
Answers to "Korean characters in email subject line"
RE: Korean characters in email subject line?

Wrong syntax (IMHO). Use:



From: =?iso-2022-jp?B?GyRCJTYhJkVwOyMbKEI=?=<h...

Subject: =?iso-2022-jp?B?GyRCJCQkLSRKJGokViRDJCsk...



try to use &/or adapt that - & C whether Your mailer supports it.



It works with Tbird - thx 4 reading my post
 
Vote for this answer ::  
Update Alert Setting