Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. CDO Message encoding

CDO Message encoding

Scheduled Pinned Locked Moved Web Development
htmlsysadminhelpquestion
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Paddy Boyd
    wrote on last edited by
    #1

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

    V 1 Reply Last reply
    0
    • P Paddy Boyd

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

      V Offline
      V Offline
      Vasudevan Deepak Kumar
      wrote on last edited by
      #2

      http://lavanyadeepak.blogspot.com/2007/03/comprehensive-email-troubleshooting.html[^]

      Vasudevan Deepak Kumar Personal Homepage Tech Gossips

      P 1 Reply Last reply
      0
      • V Vasudevan Deepak Kumar

        http://lavanyadeepak.blogspot.com/2007/03/comprehensive-email-troubleshooting.html[^]

        Vasudevan Deepak Kumar Personal Homepage Tech Gossips

        P Offline
        P Offline
        Paddy Boyd
        wrote on last edited by
        #3

        Doesn't really cover for asp using CDO...

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups