All source code in .Net Ask a .Net Pro Discussion Forum Categories All jobs in .Net
Quick Search for:  in language:    
Send,mail,thai,with,technology,people
   Code/Articles » |  Newest/Best » |  Community » |  Jobs » |  Other » |  Goto » | 
Categories Search Newest Code Coding Contest Code of the Day Ask A Pro Jobs Upload
.Net Stats

 Code: 479,617. lines
 Jobs: 497. postings

 How to support the site

 
Sponsored by:

 
You are in::
 

Microsoft® Visual Studio 2005

Welcome New User
Logout






Latest postings for .Net.
Compare two images, very fast (unmanaged & managed)
By Ole Rasmussen on 5/22


Click here to see a screenshot of this code!RichTextBox Semi/Fully Transparent .., OwnerDraw Menu
By Dennis M. Santiago on 5/22

(Screen Shot)

Click here to see a screenshot of this code!Finite State Machine Editor
By lafsam@hotmail. com on 5/4

(Screen Shot)

Click here to see a screenshot of this code!Project Carbon (C# Packet Spy)
By Brandon Scott on 5/19

(Screen Shot)

Exporting ADO.NET DataSet To Excel
By Igor Krupitsky on 5/18


Click here to see a screenshot of this code!Filtering Inputs In a Textbox
By Patrick Guimalan on 5/18

(Screen Shot)

Click here to see a screenshot of this code!BER/CER/DER Decoder
By OGUZ_OZGUL on 5/17

(Screen Shot)

Click here to see a screenshot of this code!Prime number generator / generador de números primos
By Luis Salgado on 5/17

(Screen Shot)

Click here to see a screenshot of this code!MinesXP Shareware OpenGL game
By Saadat Ali Shah on 5/16

(Screen Shot)

XSLT in ASP.NET example
By Igor Krupitsky on 5/16


Click here to see a screenshot of this code!Controlling Multiples of the Same Form
By 0r3n on 5/16

(Screen Shot)

Tic Tac Toe
By Vitor Casquinha da Costa on 5/15


Click here to see a screenshot of this code!Terminal Services Status Page
By Igor Krupitsky on 5/15

(Screen Shot)

Click here to see a screenshot of this code!Weather Buddy
By Don Steele on 5/11

(Screen Shot)

RunDosCommand Function
By Igor Krupitsky on 5/2


Windows Service Installation Script
By Igor Krupitsky on 5/10


ImageGenByJavaI nASPNET
By Amit Kumar Gaur on 5/9


Click here to see a screenshot of this code!Amortization schedule
By Robert Arnold on 5/3

(Screen Shot)

online purchase
By mohib-ullah on 1/30


Click here to see a screenshot of this code!mIRC Control
By guideX on 5/8

(Screen Shot)

ExcelGen
By Jason Davis on 5/8


LoginDialog
By Jason Davis on 5/8


Click here to see a screenshot of this code!DIV Table
By Igor Krupitsky on 5/7

(Screen Shot)

Click here to see a screenshot of this code!Image Factory v1.0
By AliAmjad on 5/7

(Screen Shot)

Click here to see a screenshot of this code!Parameter Discovery on Ms Access With XML option. Using Microsoft Patterns and Practices Ver 3
By PatrickQuinn on 1/3

(Screen Shot)

Click here to put this ticker on your site!


Add this ticker to your desktop!


Daily Code Email
To join the 'Code of the Day' Mailing List click here!

Help us improve the site!
Take the Planet Source Code survey today!


Affiliate Sites




Other Programming Sites
 Code Project
 Developers Dex
 Developer Fusion
 Programmer's Heaven
 Tek-Tips Forums

 DevGuru
 Scripts
 VisualBuilder.com
 Web Design
ASPAlliance
 What is XML?
 XML Pitstop
 Your HTML Source
 ZVON.ORG
 
 

   

Send Mail in Thai

Print
Email
 
VB icon
Submitted on: 2/17/2005 5:12:51 AM
By: Panjapol S. 
Level: Beginner
User Rating: Unrated
Compatibility:ASP.NET

Users have accessed this code 1027 times.
 
 
     Send mail in thai with .net technology for thai people.
 
code:
Can't Copy and Paste this?
Click here for a copy-and-paste friendly version of this code!
 
Terms of Agreement:   
By using this code, you agree to the following terms...   
1) You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.   
2) You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.   
3) You may link to this code from another website, but ONLY if it is not wrapped in a frame. 
4) You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.

    //**************************************
    //     
    // Name: Send Mail in Thai
    // Description:Send mail in thai with .n
    //     et technology for thai people.
    // By: Panjapol S.
    //
    //This code is copyrighted and has
    // limited warranties.Please see http://
    //     www.Planet-Source-Code.com/vb/scripts/Sh
    //     owCode.asp?txtCodeId=3295&lngWId=10
    //for details.
    //**************************************
    //     
    
    					myMail.BodyEncoding = Encoding.UTF8
    					myMail.BodyFormat = MailFormat.Html
    					myMail.From = request("mail_from")
    					myMail.CC	= request("mail_cc")
    					myMail.BCC	= request("mail_bcc")
    					myMail.Subject = request("subject")
    					myMail.Body = request("body")

 
 Report Bad Submission
Use this form to notify us if this entry should be deleted (i.e contains no code, is a virus, etc.).
This submission should be removed because:
 
Your Vote!

What do you think of this code(in the Beginner category)?
(The code with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor See Voting Log
 
Other User Comments
3/1/2005 7:57:42 PM

Hello K.Panjapol,

I use CDO to send e-mail. I try to apply your code to sending in Thai. If you have any idea about this, please suggest me. Thank you very much

Anek
it in Thai.
(If this comment was disrespectful, please report it.)

 
Add Your Feedback!
Note:Not only will your feedback be posted, but an email will be sent to the code's author from the email account you registered on the site, so you can correspond directly.

NOTICE: The author of this code has been kind enough to share it with you.  If you have a criticism, please state it politely or it will be deleted.

For feedback not related to this particular code, please click here.
 
Name:
Email: hesabnet@hotmail.com
Comment:

 

Categories | Articles and Tutorials | Advanced Search | Recommended Reading | Upload | Newest Code | Code of the Month | Code of the Day | All Time Hall of Fame | Coding Contest | Search for a job | Post a Job | Ask a Pro Discussion Forum | Live Chat | Feedback | Customize | .Net Home | Site Home | Other Sites | Open Letter from Moderators | About the Site | Feedback | Link to the Site | Awards | Advertising | Privacy

Copyright© 1997-2007 by Exhedra Solutions, Inc. All Rights Reserved.  By using this site you agree to its Terms and Conditions.   Planet Source Code (tm) and the phrase "Dream It. Code It" (tm) are trademarks of Exhedra Solutions, Inc.