<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>24 Mar 2016 20:03:00 Z</lastBuildDate><pubDate>24 Mar 2016 16:24:00 Z</pubDate><description>Hello,&#13;
I did a little test trying to send an email using the local Outlook.&#13;
&#13;
When I look at the email in the send-items everything looks normal.&#13;
However the receiver does NOT see the body in html but in plain text.&#13;
In this testcase I am the receiver, using the same Outlook to see the incoming mail. And I have the same problem. The body is in plain text showing all html-markup as text&#13;
&#13;
What's wrong with this (simplified) code?&#13;
&#13;
myEmail is Email nOutlookSessionID is int = EmailStartOutlookSession("") Add(myEmail.Recipient,"blabla@gmail.com") myEmail.Subject = "Email title" myEmail.Message = "Email content" myEmail.HTML = RTFToHTML(EDT_NoName1) EmailSendMessage(nOutlookSessionID,myEmail)</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57015-wd20-send-email-through-outlook-not-html/read.awp</link><title>WD20 - send email through outlook not in html</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57015-wd20-send-email-through-outlook-not-html-57023/read.awp</comments><pubDate>24 Mar 2016 20:03:00 Z</pubDate><description>Allard,&#13;
&#13;
I already tried that but it doesn't make any difference.&#13;
Also when saving the body-text to a test.html file it's per…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57015-wd20-send-email-through-outlook-not-html-57023/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57015-wd20-send-email-through-outlook-not-html-57023/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57015-wd20-send-email-through-outlook-not-html/read.awp">WD20 - send email through outlook not in html</source><title>Re: WD20 - send email through outlook not in html</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57015-wd20-send-email-through-outlook-not-html-57021/read.awp</comments><pubDate>24 Mar 2016 18:32:00 Z</pubDate><description>// EDT_RTF is an RTF control&#13;
// sHTML is an HTML string&#13;
// HTM_HTML1 is an HTML control&#13;
sHTML = RTFToHTML(EDT_RTF)&#13;
sTmp is s…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57015-wd20-send-email-through-outlook-not-html-57021/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57015-wd20-send-email-through-outlook-not-html-57021/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57015-wd20-send-email-through-outlook-not-html/read.awp">WD20 - send email through outlook not in html</source><title>Re: WD20 - send email through outlook not in html</title></item></channel></rss>
