สวัสดีครับ
อันนี้เขาบอกมาว่าใช้สำหรับส่ง HTML e-mail ครับสำหรับ PB7 ลองทดสอบดูก็แล้วกันนะครับ
string s_message = " Some text <\body>";
string s_subject = "a subject";
...
mMsg.Subject = s_subject + "~nContent-type: text/html~nContent-Transfer-Encoding: 7bit~n~n~n" + s_message + "";
// put recipients into bcc, so the wont see each other being in the same mailing list
mMsg.Subject = s_subject + '~nContent-type: multipart/mixed; boundary="!!##!!" ';
mMsg.NoteText = "--!!##!!~nContent-Type: text/html~nContent-Transfer-Encoding: 7bit" +&
"~nContent-Disposition: inline~n"+&
"~n" + s_message + "~n~n--!!##!!";
HTML e-mail
Latest News
- บทที่ 7-1 ตอน การสร้างระบบฐานข้อมูล
- บทที่ 6 ทดลองเขียนโปรแกรมด้วย PocketBuilder เบื้องต้น
- บทที่ 4 ติดตั้งdatabase sql anywhere
- บทที่ 7-2 ตอน การสร้างโปรแกรมแสดงรายการอาหารที่สั่ง ด้วย Powerbuilder 9
- บทที่ 3 ติดตั้งอุปกรณ์ และโปรแกรม Active Sync
- ทำชุด setup โปรแกรมด้วย Wise Install
- การติดตั้ง IIS
- ตัวอย่าง code โปรแกรมร้านเช่า VDO
- สมาชิก : 2
- Content : 336
- เว็บลิงก์ : 8
- จำนวนครั้งเปิดดูบทความ : 159014


