<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>UIAppView * &#187; iPhone Code Snippet</title>
	<atom:link href="http://www.uiappview.com/category/iphone-code-snippet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.uiappview.com</link>
	<description>the delegate and datasource</description>
	<lastBuildDate>Thu, 10 Sep 2009 17:45:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Method to Launch Mail Application</title>
		<link>http://www.uiappview.com/method-to-launch-mail-application/</link>
		<comments>http://www.uiappview.com/method-to-launch-mail-application/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 12:56:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iPhone Code Snippet]]></category>

		<guid isPermaLink="false">http://www.uiappview.com/?p=38</guid>
		<description><![CDATA[Here is a simple method to send an email via the iPhone&#8217;s Mail application:

-(void) sendEmail {
NSURL* mailURL = [NSURL URLWithString: @&#34;mailto:email@address.com?cc=another@email.com&#38;subject=My%20Subject%20Line&#38;body=Hello%20Email!&#34;];
[[UIApplication sharedApplication] openURL: mailURL];

}

]]></description>
		<wfw:commentRss>http://www.uiappview.com/method-to-launch-mail-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
