<?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: Sending an email with attachments using Outlook and PowerShell	</title>
	<atom:link href="https://blogit.create.pt/andresilva/2017/12/07/sending-an-email-with-attachments-using-outlook-and-powershell/feed/" rel="self" type="application/rss+xml" />
	<link>https://blogit.create.pt/andresilva/2017/12/07/sending-an-email-with-attachments-using-outlook-and-powershell/</link>
	<description>Create IT blogger community</description>
	<lastBuildDate>Thu, 27 Apr 2023 14:56:56 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>
		By: Rainer		</title>
		<link>https://blogit.create.pt/andresilva/2017/12/07/sending-an-email-with-attachments-using-outlook-and-powershell/#comment-54463</link>

		<dc:creator><![CDATA[Rainer]]></dc:creator>
		<pubDate>Thu, 27 Apr 2023 14:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://blogit.create.pt/andresilva/?p=174#comment-54463</guid>

					<description><![CDATA[This was incredibly helpful. Thanks]]></description>
			<content:encoded><![CDATA[<p>This was incredibly helpful. Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jamie		</title>
		<link>https://blogit.create.pt/andresilva/2017/12/07/sending-an-email-with-attachments-using-outlook-and-powershell/#comment-3949</link>

		<dc:creator><![CDATA[Jamie]]></dc:creator>
		<pubDate>Tue, 03 Jul 2018 23:45:43 +0000</pubDate>
		<guid isPermaLink="false">http://blogit.create.pt/andresilva/?p=174#comment-3949</guid>

					<description><![CDATA[I&#039;m doing something similar, though just sending a basic e-mail and running into an issue with Outlook getting stuck half-open in the system tray.  It won&#039;t open at this point without exiting or killing the process.  Just wondering if you&#039;d seen this?
I&#039;ve tried multiple other variations including the following after the quit but nothing has helped.
 
Start-Sleep 30
while( [System.Runtime.Interopservices.Marshal]::ReleaseComObject($Outlook)){&#039;released one count&#039;}
Remove-Variable Outlook
[System.GC]::Collect()]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m doing something similar, though just sending a basic e-mail and running into an issue with Outlook getting stuck half-open in the system tray.  It won&#8217;t open at this point without exiting or killing the process.  Just wondering if you&#8217;d seen this?<br />
I&#8217;ve tried multiple other variations including the following after the quit but nothing has helped.</p>
<p>Start-Sleep 30<br />
while( [System.Runtime.Interopservices.Marshal]::ReleaseComObject($Outlook)){&#8216;released one count&#8217;}<br />
Remove-Variable Outlook<br />
[System.GC]::Collect()</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: André Silva		</title>
		<link>https://blogit.create.pt/andresilva/2017/12/07/sending-an-email-with-attachments-using-outlook-and-powershell/#comment-3948</link>

		<dc:creator><![CDATA[André Silva]]></dc:creator>
		<pubDate>Fri, 13 Apr 2018 09:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://blogit.create.pt/andresilva/?p=174#comment-3948</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blogit.create.pt/andresilva/2017/12/07/sending-an-email-with-attachments-using-outlook-and-powershell/#comment-3947&quot;&gt;Karthik&lt;/a&gt;.

Thanks! 
I&#039;m glad it helped!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blogit.create.pt/andresilva/2017/12/07/sending-an-email-with-attachments-using-outlook-and-powershell/#comment-3947">Karthik</a>.</p>
<p>Thanks!<br />
I&#8217;m glad it helped!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Karthik		</title>
		<link>https://blogit.create.pt/andresilva/2017/12/07/sending-an-email-with-attachments-using-outlook-and-powershell/#comment-3947</link>

		<dc:creator><![CDATA[Karthik]]></dc:creator>
		<pubDate>Thu, 12 Apr 2018 23:29:10 +0000</pubDate>
		<guid isPermaLink="false">http://blogit.create.pt/andresilva/?p=174#comment-3947</guid>

					<description><![CDATA[Thank you so much for publishing this article. It works like a charm. I was trying to see a nice way and avoiding the need to write a VB script and embed it in Outlook for automation. This one does it.]]></description>
			<content:encoded><![CDATA[<p>Thank you so much for publishing this article. It works like a charm. I was trying to see a nice way and avoiding the need to write a VB script and embed it in Outlook for automation. This one does it.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: André Silva		</title>
		<link>https://blogit.create.pt/andresilva/2017/12/07/sending-an-email-with-attachments-using-outlook-and-powershell/#comment-3946</link>

		<dc:creator><![CDATA[André Silva]]></dc:creator>
		<pubDate>Tue, 30 Jan 2018 09:56:40 +0000</pubDate>
		<guid isPermaLink="false">http://blogit.create.pt/andresilva/?p=174#comment-3946</guid>

					<description><![CDATA[Hello Karthik.

Where is this existing Outlook message? Is it a .msg file in the file system? Or is it in an Outlook inbox?

Thanks,
André.]]></description>
			<content:encoded><![CDATA[<p>Hello Karthik.</p>
<p>Where is this existing Outlook message? Is it a .msg file in the file system? Or is it in an Outlook inbox?</p>
<p>Thanks,<br />
André.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: karthik		</title>
		<link>https://blogit.create.pt/andresilva/2017/12/07/sending-an-email-with-attachments-using-outlook-and-powershell/#comment-3945</link>

		<dc:creator><![CDATA[karthik]]></dc:creator>
		<pubDate>Mon, 29 Jan 2018 07:09:07 +0000</pubDate>
		<guid isPermaLink="false">http://blogit.create.pt/andresilva/?p=174#comment-3945</guid>

					<description><![CDATA[Hi Silva,
Your post is helpful thanks for sharing

My scenario is Reply to an existing outlook email with attachments using power shell.

Could you please help me in this

Regards,
Karthik]]></description>
			<content:encoded><![CDATA[<p>Hi Silva,<br />
Your post is helpful thanks for sharing</p>
<p>My scenario is Reply to an existing outlook email with attachments using power shell.</p>
<p>Could you please help me in this</p>
<p>Regards,<br />
Karthik</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
