<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Quick Outlook Automation Examples</title>
	<atom:link href="http://halr9000.com/article/836/feed" rel="self" type="application/rss+xml" />
	<link>http://halr9000.com/article/836</link>
	<description>(powershell &#38; other stuff)</description>
	<lastBuildDate>Thu, 17 May 2012 06:21:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Mike Foley</title>
		<link>http://halr9000.com/article/836/comment-page-1#comment-7579</link>
		<dc:creator>Mike Foley</dc:creator>
		<pubDate>Mon, 26 Apr 2010 21:46:42 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/836#comment-7579</guid>
		<description>Hey Hal,

I cut and pasted and got the following error..


PS C:\Users\Mike&gt; $n = $ol.CreateItem(&#039;olNoteItem&#039;) # creates a note
Exception calling &quot;CreateItem&quot; with &quot;1&quot; argument(s): &quot;Type mismatch. (Exception from HRESULT: 0x80020005 (DISP_E_TYPEMI
SMATCH))&quot;
At line:1 char:20
+ $n = $ol.CreateItem &lt;&lt;&lt;&lt; (&#039;olNoteItem&#039;) # creates a note
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : ComMethodTargetInvocation

Outlook 2007 on Win7 x64</description>
		<content:encoded><![CDATA[<p>Hey Hal,</p>
<p>I cut and pasted and got the following error..</p>
<p>PS C:\Users\Mike&gt; $n = $ol.CreateItem(&#8216;olNoteItem&#8217;) # creates a note<br />
Exception calling &#8220;CreateItem&#8221; with &#8220;1&#8243; argument(s): &#8220;Type mismatch. (Exception from HRESULT: 0&#215;80020005 (DISP_E_TYPEMI<br />
SMATCH))&#8221;<br />
At line:1 char:20<br />
+ $n = $ol.CreateItem &lt;&lt;&lt;&lt; (&#039;olNoteItem&#039;) # creates a note<br />
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException<br />
    + FullyQualifiedErrorId : ComMethodTargetInvocation</p>
<p>Outlook 2007 on Win7 x64</p>
]]></content:encoded>
	</item>
</channel>
</rss>

