<?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[ShellExecute und &#x27;outlook express&#x27; und attachment ??]]></title><description><![CDATA[<p>Hallo<br />
Wie kann ich beim öffnen von Outlook Express mit ShellExecute eine Datei anzuhängen ?<br />
body usw. kenne ich, aber bei 'attachment' habe ich nix gefunden.<br />
welchen syntax muß ich verwenden, fall es möglich ist ?</p>
<p>Danke</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/210666/shellexecute-und-outlook-express-und-attachment</link><generator>RSS for Node</generator><lastBuildDate>Thu, 20 Aug 2026 19:56:34 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/210666.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 13 Apr 2008 18:44:46 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ShellExecute und &#x27;outlook express&#x27; und attachment ?? on Sun, 13 Apr 2008 18:45:45 GMT]]></title><description><![CDATA[<p>Hallo<br />
Wie kann ich beim öffnen von Outlook Express mit ShellExecute eine Datei anzuhängen ?<br />
body usw. kenne ich, aber bei 'attachment' habe ich nix gefunden.<br />
welchen syntax muß ich verwenden, fall es möglich ist ?</p>
<p>Danke</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1491468</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1491468</guid><dc:creator><![CDATA[OldMan00]]></dc:creator><pubDate>Sun, 13 Apr 2008 18:45:45 GMT</pubDate></item><item><title><![CDATA[Reply to ShellExecute und &#x27;outlook express&#x27; und attachment ?? on Sun, 13 Apr 2008 20:05:01 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>Es wäre schon zu wissen wie dein ShellExecute-Aufruf überhaupt aussieht. Rufst du direkt outlook.exe auf oder die MAPI über &quot;mailto&quot;?</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1491506</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1491506</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Sun, 13 Apr 2008 20:05:01 GMT</pubDate></item><item><title><![CDATA[Reply to ShellExecute und &#x27;outlook express&#x27; und attachment ?? on Sun, 13 Apr 2008 20:11:20 GMT]]></title><description><![CDATA[<p>oh natürlich sorry, ich benutze es mit mailto:</p>
<pre><code class="language-cpp">ShellExecute(NULL, &quot;open&quot;, &quot;mailto:xxx@t-online.de?subject=yyyyy&amp;body=&quot; &quot;zzzzz&quot;, 0, 0, SW_SHOW);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1491509</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1491509</guid><dc:creator><![CDATA[OldMan00]]></dc:creator><pubDate>Sun, 13 Apr 2008 20:11:20 GMT</pubDate></item><item><title><![CDATA[Reply to ShellExecute und &#x27;outlook express&#x27; und attachment ?? on Sun, 13 Apr 2008 21:00:45 GMT]]></title><description><![CDATA[<p>Das funktioniert so nicht, du musst entweder die <a href="http://support.microsoft.com/kb/171096" rel="nofollow">MAPI</a> direkt verwenden, oder du benutzt eine SMTP-Komponente wie die aus dem Indy-Paket.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1491528</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1491528</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Sun, 13 Apr 2008 21:00:45 GMT</pubDate></item><item><title><![CDATA[Reply to ShellExecute und &#x27;outlook express&#x27; und attachment ?? on Sun, 13 Apr 2008 22:06:24 GMT]]></title><description><![CDATA[<p>ok, danke</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1491542</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1491542</guid><dc:creator><![CDATA[OldMan00]]></dc:creator><pubDate>Sun, 13 Apr 2008 22:06:24 GMT</pubDate></item></channel></rss>