<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Send Email from Exchange Online by Using PowerShell</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2011/09/24/send-email-from-exchange-online-by-using-powershell.aspx</link><description>Summary : Guest blogger Mike Pfeiffer shows how to send email messages using Windows PowerShell and Exchange online.</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Send Email from Exchange Online by Using PowerShell</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2011/09/24/send-email-from-exchange-online-by-using-powershell.aspx#3572293</link><pubDate>Mon, 13 May 2013 10:15:43 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3572293</guid><dc:creator>sard80</dc:creator><description>&lt;p&gt;how to set manually discovery for the ews endpoint?&lt;/p&gt;
&lt;p&gt;TQ&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3572293" width="1" height="1"&gt;</description></item><item><title>re: Send Email from Exchange Online by Using PowerShell</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2011/09/24/send-email-from-exchange-online-by-using-powershell.aspx#3561117</link><pubDate>Tue, 26 Mar 2013 16:15:03 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3561117</guid><dc:creator>Finisterre</dc:creator><description>&lt;p&gt;Got this working. Thanks. How can I insert newline into the body so that I can have multiple lines of text in the body? Cheers.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3561117" width="1" height="1"&gt;</description></item><item><title>re: Send Email from Exchange Online by Using PowerShell</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2011/09/24/send-email-from-exchange-online-by-using-powershell.aspx#3523455</link><pubDate>Mon, 01 Oct 2012 04:57:46 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3523455</guid><dc:creator>Mechal</dc:creator><description>&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.webs-spider.com"&gt;http://www.webs-spider.com&lt;/a&gt; for email extracting&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3523455" width="1" height="1"&gt;</description></item><item><title>re: Send Email from Exchange Online by Using PowerShell</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2011/09/24/send-email-from-exchange-online-by-using-powershell.aspx#3501250</link><pubDate>Thu, 31 May 2012 14:44:18 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3501250</guid><dc:creator>Jeffrey S. Patton</dc:creator><description>&lt;p&gt;Just came across this article, and wanted to point out the the EWS link above appears to be no longer valid. I believe the correct URL is&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.microsoft.com/en-us/download/details.aspx?id=28952"&gt;www.microsoft.com/.../details.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;But please correct me if I&amp;#39;m wrong.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3501250" width="1" height="1"&gt;</description></item><item><title>re: Send Email from Exchange Online by Using PowerShell</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2011/09/24/send-email-from-exchange-online-by-using-powershell.aspx#3492438</link><pubDate>Mon, 16 Apr 2012 17:41:51 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3492438</guid><dc:creator>Dave Colbeck</dc:creator><description>&lt;p&gt;I am getting the following error when i try this:&lt;/p&gt;
&lt;p&gt;PS C:\scripts&amp;gt; $service.AutodiscoverUrl(&amp;#39;dcolbeck@domain.onmicrosoft.com&amp;#39;, {$true})&lt;/p&gt;
&lt;p&gt;Exception calling &amp;quot;AutodiscoverUrl&amp;quot; with &amp;quot;2&amp;quot; argument(s): &amp;quot;The Autodiscover service couldn&amp;#39;t be located.&amp;quot;&lt;/p&gt;
&lt;p&gt;At line:1 char:25&lt;/p&gt;
&lt;p&gt;+ $service.AutodiscoverUrl &amp;lt;&amp;lt;&amp;lt;&amp;lt; (&amp;#39;dcolbeck@domain.onmicrosoft.com&amp;#39;, {$true})&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;+ CategoryInfo &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: NotSpecified: (:) [], MethodInvocationException&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;+ FullyQualifiedErrorId : DotNetMethodException&lt;/p&gt;
&lt;p&gt;I have tested autodiscover with the RCA tool and Mike&amp;#39;s Test-Autodiscover function from his blog, and that worked fine.&lt;/p&gt;
&lt;p&gt;Not sure where to go from here.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3492438" width="1" height="1"&gt;</description></item><item><title>re: Send Email from Exchange Online by Using PowerShell</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2011/09/24/send-email-from-exchange-online-by-using-powershell.aspx#3472065</link><pubDate>Mon, 19 Dec 2011 20:03:34 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3472065</guid><dc:creator>kaila jignesh</dc:creator><description>&lt;p&gt;it is too easy&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://webs-spider.com/index.htm"&gt;webs-spider.com/index.htm&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3472065" width="1" height="1"&gt;</description></item><item><title>re: Send Email from Exchange Online by Using PowerShell</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2011/09/24/send-email-from-exchange-online-by-using-powershell.aspx#3455355</link><pubDate>Sat, 24 Sep 2011 23:54:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3455355</guid><dc:creator>Craig Lussier</dc:creator><description>&lt;p&gt;Thank you for sharing this function - it&amp;#39;ll find its way into my toolkit. Cheers.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3455355" width="1" height="1"&gt;</description></item></channel></rss>