<?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[Outlook Automation via C++]]></title><description><![CDATA[<p>Hallo,<br />
Ich habe Problem bei der Automation von Outlook über c++.<br />
Zum Bsp. möchte ich eine neue OutlookBarGroup einfügen und benutze folgen Wrapper-Klasse mit der Add-Funktion:</p>
<p>_OutlookBarGroups new_group;</p>
<p>VARIANT vLongInt;<br />
vLongInt.vt = VT_I4;<br />
vLongInt.lVal = 0;<br />
CString new_name;<br />
new_name = &quot;NEW_GROUP&quot;;<br />
new_group.Add(new_name,vLongInt);</p>
<p>Die &quot;Add-Function&quot; sollte nun eine neue Gruppe in Outlook anlegen, aber es passiert nichts; es wird auch kein Fehler beim Debuggen angezeigt.</p>
<p>Danke schonmal,<br />
John</p>
<p>PS: Wo kann ich eine gute Doku über die WrapperKlassen finden.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/53028/outlook-automation-via-c</link><generator>RSS for Node</generator><lastBuildDate>Mon, 01 Jun 2026 05:01:27 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/53028.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 25 Oct 2003 10:08:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Outlook Automation via C++ on Sat, 25 Oct 2003 10:08:37 GMT]]></title><description><![CDATA[<p>Hallo,<br />
Ich habe Problem bei der Automation von Outlook über c++.<br />
Zum Bsp. möchte ich eine neue OutlookBarGroup einfügen und benutze folgen Wrapper-Klasse mit der Add-Funktion:</p>
<p>_OutlookBarGroups new_group;</p>
<p>VARIANT vLongInt;<br />
vLongInt.vt = VT_I4;<br />
vLongInt.lVal = 0;<br />
CString new_name;<br />
new_name = &quot;NEW_GROUP&quot;;<br />
new_group.Add(new_name,vLongInt);</p>
<p>Die &quot;Add-Function&quot; sollte nun eine neue Gruppe in Outlook anlegen, aber es passiert nichts; es wird auch kein Fehler beim Debuggen angezeigt.</p>
<p>Danke schonmal,<br />
John</p>
<p>PS: Wo kann ich eine gute Doku über die WrapperKlassen finden.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/379289</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/379289</guid><dc:creator><![CDATA[JohnX]]></dc:creator><pubDate>Sat, 25 Oct 2003 10:08:37 GMT</pubDate></item></channel></rss>