<?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: Tip/Trick- Sending Email in Silverlight 2 beta1</title>
	<atom:link href="http://michaelsync.net/2008/05/25/tiptrick-sending-email-in-silverlight-2-beta1/feed" rel="self" type="application/rss+xml" />
	<link>http://michaelsync.net/2008/05/25/tiptrick-sending-email-in-silverlight-2-beta1</link>
	<description>Sharing our knowledge</description>
	<lastBuildDate>Thu, 19 Jan 2012 06:22:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: ino</title>
		<link>http://michaelsync.net/2008/05/25/tiptrick-sending-email-in-silverlight-2-beta1/comment-page-1#comment-346568</link>
		<dc:creator>ino</dc:creator>
		<pubDate>Wed, 05 Oct 2011 17:21:31 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=920#comment-346568</guid>
		<description>i tried your solution by referencing this project from an SL4 project.

I get errors about BasicHttpBinding and EndpointAddress....seems they could not be found.</description>
		<content:encoded><![CDATA[<p>i tried your solution by referencing this project from an SL4 project.</p>
<p>I get errors about BasicHttpBinding and EndpointAddress&#8230;.seems they could not be found.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Sync</title>
		<link>http://michaelsync.net/2008/05/25/tiptrick-sending-email-in-silverlight-2-beta1/comment-page-1#comment-331410</link>
		<dc:creator>Michael Sync</dc:creator>
		<pubDate>Fri, 16 Sep 2011 01:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=920#comment-331410</guid>
		<description>Hi Kamal,

Please make sure you can access the WCF service. &quot;Not found&quot; means there is some errors in WCF (not in Silverlight)</description>
		<content:encoded><![CDATA[<p>Hi Kamal,</p>
<p>Please make sure you can access the WCF service. &#8220;Not found&#8221; means there is some errors in WCF (not in Silverlight)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kamal</title>
		<link>http://michaelsync.net/2008/05/25/tiptrick-sending-email-in-silverlight-2-beta1/comment-page-1#comment-319768</link>
		<dc:creator>Kamal</dc:creator>
		<pubDate>Sat, 30 Jul 2011 09:49:04 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=920#comment-319768</guid>
		<description>Hi,
I follow up your example in my application. When I try to submit the email, I get the following error message 
&quot;Remote server returned an error: not found&quot;.
It throws it when it gets to this method:
 public bool EndSendEmail(System.IAsyncResult result) {
                object[] _args = new object[0];
                bool _result = ((bool)(base.EndInvoke(&quot;SendEmail&quot;, _args, result)));
                return _result;
            }
Do you know what is pretending the email to be sent?
Thanks,
Kamal</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I follow up your example in my application. When I try to submit the email, I get the following error message<br />
&#8220;Remote server returned an error: not found&#8221;.<br />
It throws it when it gets to this method:<br />
 public bool EndSendEmail(System.IAsyncResult result) {<br />
                object[] _args = new object[0];<br />
                bool _result = ((bool)(base.EndInvoke(&#8220;SendEmail&#8221;, _args, result)));<br />
                return _result;<br />
            }<br />
Do you know what is pretending the email to be sent?<br />
Thanks,<br />
Kamal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevin</title>
		<link>http://michaelsync.net/2008/05/25/tiptrick-sending-email-in-silverlight-2-beta1/comment-page-1#comment-298890</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Thu, 28 Apr 2011 11:52:06 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=920#comment-298890</guid>
		<description>We don&#039;t want to split the atom michael, some of us haven&#039;t graduated as &quot;geeks&quot; yet, we just want to send some pictures by silverlight.
Is it really that compicated?

Kevin</description>
		<content:encoded><![CDATA[<p>We don&#8217;t want to split the atom michael, some of us haven&#8217;t graduated as &#8220;geeks&#8221; yet, we just want to send some pictures by silverlight.<br />
Is it really that compicated?</p>
<p>Kevin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: surendar</title>
		<link>http://michaelsync.net/2008/05/25/tiptrick-sending-email-in-silverlight-2-beta1/comment-page-1#comment-262810</link>
		<dc:creator>surendar</dc:creator>
		<pubDate>Thu, 25 Nov 2010 10:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=920#comment-262810</guid>
		<description>Hey nice article man..</description>
		<content:encoded><![CDATA[<p>Hey nice article man..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://michaelsync.net/2008/05/25/tiptrick-sending-email-in-silverlight-2-beta1/comment-page-1#comment-248208</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 09 Sep 2010 19:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=920#comment-248208</guid>
		<description>This project on Silverlight 4 and netframework 4 doesn&#039;t work various error on build


:(

Is there a new version???</description>
		<content:encoded><![CDATA[<p>This project on Silverlight 4 and netframework 4 doesn&#8217;t work various error on build</p>
<p>:(</p>
<p>Is there a new version???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Total</title>
		<link>http://michaelsync.net/2008/05/25/tiptrick-sending-email-in-silverlight-2-beta1/comment-page-1#comment-236056</link>
		<dc:creator>Total</dc:creator>
		<pubDate>Mon, 14 Jun 2010 15:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=920#comment-236056</guid>
		<description>Very strange.... recreate projet to SilverLight 4 - and get the &quot;Unhandled Error in Silverlight Application&quot; error... how solve poblem???</description>
		<content:encoded><![CDATA[<p>Very strange&#8230;. recreate projet to SilverLight 4 &#8211; and get the &#8220;Unhandled Error in Silverlight Application&#8221; error&#8230; how solve poblem???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Sync</title>
		<link>http://michaelsync.net/2008/05/25/tiptrick-sending-email-in-silverlight-2-beta1/comment-page-1#comment-235664</link>
		<dc:creator>Michael Sync</dc:creator>
		<pubDate>Sat, 12 Jun 2010 17:24:56 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=920#comment-235664</guid>
		<description>Yes. Dan. You can use it with Exchange Server as well..</description>
		<content:encoded><![CDATA[<p>Yes. Dan. You can use it with Exchange Server as well..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan W</title>
		<link>http://michaelsync.net/2008/05/25/tiptrick-sending-email-in-silverlight-2-beta1/comment-page-1#comment-235615</link>
		<dc:creator>Dan W</dc:creator>
		<pubDate>Sat, 12 Jun 2010 11:24:26 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=920#comment-235615</guid>
		<description>hi there,

can this be used to send the mail from a exchange email account?</description>
		<content:encoded><![CDATA[<p>hi there,</p>
<p>can this be used to send the mail from a exchange email account?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://michaelsync.net/2008/05/25/tiptrick-sending-email-in-silverlight-2-beta1/comment-page-1#comment-228959</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Thu, 29 Apr 2010 23:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=920#comment-228959</guid>
		<description>Hi, thanks Dave for this solution, works fine for SL3 envir. Good think to know for someone who will make this for first time in SL3 is that the EndpointAddress we receive from Discover function during Add Service Reference operation.</description>
		<content:encoded><![CDATA[<p>Hi, thanks Dave for this solution, works fine for SL3 envir. Good think to know for someone who will make this for first time in SL3 is that the EndpointAddress we receive from Discover function during Add Service Reference operation.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

