<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Formatierung in erstellten Mails - Outlook2003 + BCB6]]></title><description><![CDATA[<p>Hallo!</p>
<p>Ich wollte mal anfragen ob einer von euch eine Möglichkeit kennt,<br />
den Mailbody den ich mit</p>
<pre><code class="language-cpp">OutlookMail.OlePropertySet(&quot;Body&quot;, mail_body);
</code></pre>
<p>erstelle zu formatieren, also einige Wörter dick etc.<br />
weil die Mail wird im Outlook als HTML dargestellt, oder geht hier nur<br />
Text?</p>
<p>Gruß,<br />
Exi</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/128494/formatierung-in-erstellten-mails-outlook2003-bcb6</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Jul 2026 14:40:49 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/128494.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 04 Dec 2005 10:23:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Formatierung in erstellten Mails - Outlook2003 + BCB6 on Sun, 04 Dec 2005 10:23:01 GMT]]></title><description><![CDATA[<p>Hallo!</p>
<p>Ich wollte mal anfragen ob einer von euch eine Möglichkeit kennt,<br />
den Mailbody den ich mit</p>
<pre><code class="language-cpp">OutlookMail.OlePropertySet(&quot;Body&quot;, mail_body);
</code></pre>
<p>erstelle zu formatieren, also einige Wörter dick etc.<br />
weil die Mail wird im Outlook als HTML dargestellt, oder geht hier nur<br />
Text?</p>
<p>Gruß,<br />
Exi</p>
]]></description><link>https://www.c-plusplus.net/forum/post/933697</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/933697</guid><dc:creator><![CDATA[Exi]]></dc:creator><pubDate>Sun, 04 Dec 2005 10:23:01 GMT</pubDate></item><item><title><![CDATA[Reply to Formatierung in erstellten Mails - Outlook2003 + BCB6 on Sun, 04 Dec 2005 10:27:03 GMT]]></title><description><![CDATA[<p>SMTP = SIMPLE MAIL TEXT PROTOKOLL</p>
<p>Daraus geht hervor, dass Mails nur einfachen Text enthalten. Das einige Client nun HTML (RTF) der etwas anderes interpretieren, ist ein &quot;fragwürdiger&quot; Service dieser Clients. Du musst dann in dem Text das gewünschte Format erzeugen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/933702</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/933702</guid><dc:creator><![CDATA[Christian211]]></dc:creator><pubDate>Sun, 04 Dec 2005 10:27:03 GMT</pubDate></item><item><title><![CDATA[Reply to Formatierung in erstellten Mails - Outlook2003 + BCB6 on Sun, 04 Dec 2005 18:05:53 GMT]]></title><description><![CDATA[<p><a href="http://de.wikipedia.org/wiki/SMTP" rel="nofollow">Simple Mail TRANSFER Protocol</a> <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
<p>Trotzdem ist dort nur PlainText spezifiziert, formatierte Mails müssen deshalb speziell kodiert werden (<a href="http://de.wikipedia.org/wiki/Multipurpose_Internet_Mail_Extensions" rel="nofollow">MIME</a> u.ä.).</p>
]]></description><link>https://www.c-plusplus.net/forum/post/934042</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/934042</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Sun, 04 Dec 2005 18:05:53 GMT</pubDate></item><item><title><![CDATA[Reply to Formatierung in erstellten Mails - Outlook2003 + BCB6 on Mon, 05 Dec 2005 09:10:11 GMT]]></title><description><![CDATA[<p>Okay danke euch!<br />
Tolles Forum hier!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/934713</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/934713</guid><dc:creator><![CDATA[Exi]]></dc:creator><pubDate>Mon, 05 Dec 2005 09:10:11 GMT</pubDate></item></channel></rss>