<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Comments for page &quot;Email Message Catalog&quot;</title>
		<link>http://www.peoplesoftwiki.com/forum/t-245789/email-message-catalog</link>
		<description>Posts in the discussion thread &quot;Email Message Catalog&quot;</description>
				<copyright></copyright>
		<lastBuildDate>Wed, 08 Feb 2012 20:56:36 +0000</lastBuildDate>
		
					<item>
				<guid>http://www.peoplesoftwiki.com/forum/t-245789#post-801856</guid>
				<title>Re: Small Bug, I think...</title>
				<link>http://www.peoplesoftwiki.com/forum/t-245789/email-message-catalog#post-801856</link>
				<description></description>
				<pubDate>Sun, 06 Jun 2010 07:35:31 +0000</pubDate>
				<wikidot:authorName>Praj</wikidot:authorName>				<wikidot:authorUserId>52320</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Nice pick up, really appreciate you pointing this out. I've updated the code and put up a new version of the project. Thanks!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/forum/t-245789#post-799882</guid>
				<title>Small Bug, I think...</title>
				<link>http://www.peoplesoftwiki.com/forum/t-245789/email-message-catalog#post-799882</link>
				<description></description>
				<pubDate>Thu, 03 Jun 2010 14:24:39 +0000</pubDate>
				<wikidot:authorName>bensonky</wikidot:authorName>				<wikidot:authorUserId>315241</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>First off, this rocks!</p> <p>While reading through this I noticed what I think is a small bug. Doubt it would ever show or cause issue, but thought I'd mention it.</p> <div class="code"> <pre> <code>method GetResultText ... When = %ObEmail_NotDelivered Return "Delivery not attempted"; Break; When = %ObEmail_NotDelivered Return "Partially delivered"; Break; ... end-method;</code> </pre></div> <p>I think this should actually be</p> <div class="code"> <pre> <code> When = %ObEmail_NotDelivered Return "Delivery not attempted"; Break; When = %ObEmail_PartiallyDelivered Return "Partially delivered"; Break;</code> </pre></div> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>
