Click here to Skip to main content
15,894,405 members
Home / Discussions / Web Development
   

Web Development

 
QuestionHTML Valign Pin
L Viljoen28-Mar-07 23:08
professionalL Viljoen28-Mar-07 23:08 
AnswerRe: HTML Valign Pin
Bradml29-Mar-07 0:00
Bradml29-Mar-07 0:00 
GeneralRe: HTML Valign Pin
L Viljoen29-Mar-07 1:01
professionalL Viljoen29-Mar-07 1:01 
AnswerRe: HTML Valign Pin
RichardGrimmer29-Mar-07 5:54
RichardGrimmer29-Mar-07 5:54 
AnswerRe: HTML Valign Pin
L Viljoen29-Mar-07 21:32
professionalL Viljoen29-Mar-07 21:32 
QuestionRepeater Control data export problem Pin
VaibhavTiparadi28-Mar-07 23:08
VaibhavTiparadi28-Mar-07 23:08 
QuestionCrystalReportviewer : Navigation buttons Pin
paijyj28-Mar-07 22:46
paijyj28-Mar-07 22:46 
QuestionCDO Message encoding Pin
Paddy Boyd28-Mar-07 22:17
Paddy Boyd28-Mar-07 22:17 
I really hope somebody can help me here, this is wrecking my head...

Our application is sending emails through CDO (from asp) and we have recently had the requirement to send these mails in foreign character sets (greek specifically in this case). So i am setting the mail encoding like so:

With objMessage.Bodypart ' Initialize the bodypart to support UTF-8
        .ContentMediaType = "text/plain"
        .Charset = "utf-8"
        .ContentTransferEncoding = "8bit"
End With


On my development system (XP, which has been set to all Greek at present, just to confuse me), i send the email and everything is fine. On our test system (Server 2003, also all greek), everything but the subject line of the email is fine...

When i look at the source of the emails from either system, the email from the test system is missing the encoding (?utf-8?) markup around the subject text.

Does anybody have any idea why this might be happening...?
AnswerRe: CDO Message encoding Pin
Vasudevan Deepak Kumar29-Mar-07 9:29
Vasudevan Deepak Kumar29-Mar-07 9:29 
GeneralRe: CDO Message encoding Pin
Paddy Boyd29-Mar-07 22:19
Paddy Boyd29-Mar-07 22:19 
Question:: Dynamic Mail ID Creation :: Pin
Manigandan Ramadoss28-Mar-07 22:16
Manigandan Ramadoss28-Mar-07 22:16 
AnswerRe: :: Dynamic Mail ID Creation :: Pin
L Viljoen28-Mar-07 23:18
professionalL Viljoen28-Mar-07 23:18 
AnswerRe: :: Dynamic Mail ID Creation :: Pin
Vasudevan Deepak Kumar29-Mar-07 9:29
Vasudevan Deepak Kumar29-Mar-07 9:29 
QuestionSession Expiry in Hosting Pin
Narendra Mohan28-Mar-07 16:48
Narendra Mohan28-Mar-07 16:48 
AnswerRe: Session Expiry in Hosting Pin
Vasudevan Deepak Kumar29-Mar-07 9:30
Vasudevan Deepak Kumar29-Mar-07 9:30 
QuestionIs Joomla open source code truly open? [modified] Pin
Nsiku Banda28-Mar-07 12:08
Nsiku Banda28-Mar-07 12:08 
AnswerRe: Is Joomla open source code truly open? Pin
Guffa28-Mar-07 22:04
Guffa28-Mar-07 22:04 
GeneralRe: Is Joomla open source code truly open? Pin
Nsiku Banda29-Mar-07 6:24
Nsiku Banda29-Mar-07 6:24 
Question[Message Deleted] Pin
gubba28-Mar-07 9:40
gubba28-Mar-07 9:40 
AnswerRe: Open a pop up window Pin
Guffa28-Mar-07 11:24
Guffa28-Mar-07 11:24 
General[Message Deleted] Pin
gubba28-Mar-07 14:00
gubba28-Mar-07 14:00 
AnswerRe: Open a pop up window Pin
Guffa28-Mar-07 21:08
Guffa28-Mar-07 21:08 
Questionhow do handle check box in asp.net Pin
yousuf_risk28-Mar-07 4:36
yousuf_risk28-Mar-07 4:36 
AnswerRe: how do handle check box in asp.net Pin
kubben28-Mar-07 5:08
kubben28-Mar-07 5:08 
QuestionTextArea Validation Pin
Mkanchha28-Mar-07 2:56
Mkanchha28-Mar-07 2:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.