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. General Programming
  3. C#
  4. Send Email in Arabic

Send Email in Arabic

Scheduled Pinned Locked Moved C#
csharphtmlcomquestion
3 Posts 3 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.
  • A Offline
    A Offline
    ASysSolvers
    wrote on last edited by
    #1

    I want to send Email in Arabic ; I have used genaral SmtpMail class to send email,.. but when i send Arabic text email it shows like '?????????' for the all text; i did objMsg.BodyFormat = MailFormat.Html; also but no Luck. There are many ActiveX,.Component available,.. But i want to know in using .Net class same SMTP; If any body know plz tell me; Your corperation is appreciated! B/rgs Anushka

    M 1 Reply Last reply
    0
    • A ASysSolvers

      I want to send Email in Arabic ; I have used genaral SmtpMail class to send email,.. but when i send Arabic text email it shows like '?????????' for the all text; i did objMsg.BodyFormat = MailFormat.Html; also but no Luck. There are many ActiveX,.Component available,.. But i want to know in using .Net class same SMTP; If any body know plz tell me; Your corperation is appreciated! B/rgs Anushka

      M Offline
      M Offline
      Manas Bhardwaj
      wrote on last edited by
      #2

      try using

      mailMessage.BodyEncoding = Encoding.Unicode;

      Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

      G 1 Reply Last reply
      0
      • M Manas Bhardwaj

        try using

        mailMessage.BodyEncoding = Encoding.Unicode;

        Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

        G Offline
        G Offline
        Gary Stafford
        wrote on last edited by
        #3

        I've used theMessage.BodyEncoding = Encoding.UTF8; Is using Encoding.Unicode better for Arabic than Encoding.UTF8?

        Regards, Gary

        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