<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/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>Need design Help : Receive Message Event</title><link>https://community.appian.com/discussions/f/general/17981/need-design-help-receive-message-event</link><description>Hi All , I am using Receive Message event to trigger a process model through email and storing all the required email properties using message properties bean. Whenever the mail comes to inbox and process gets triggered , i am creating a entry in Database</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Need design Help : Receive Message Event</title><link>https://community.appian.com/thread/70778?ContentTypeID=1</link><pubDate>Tue, 03 Dec 2019 05:46:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3ee2114a-0305-4f39-8b49-e943f60c9c44</guid><dc:creator>arunkumarc0001</dc:creator><description>&lt;p&gt;Hi Anu,&lt;/p&gt;
&lt;p&gt;If I understood your question correctly. you do not want to store the response mail from a user. in this case, you can read the subject of the mail from message properties and if you find RE: as the prefix, you can skip DB write. Or if you need an audit history of the same you can maintain a separate table which contains all mails alone with a column called &amp;quot;Mail Type&amp;quot; Value could be&amp;nbsp;(New, Reply, Forward, Automatic reply)&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Need design Help : Receive Message Event</title><link>https://community.appian.com/thread/70738?ContentTypeID=1</link><pubDate>Fri, 29 Nov 2019 08:36:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d7bcea9d-9308-4ac2-8194-97d85ee0a02d</guid><dc:creator>Tim</dc:creator><description>&lt;p&gt;One of the simplest ways is to add an identifier to the outbound email subject such as [CaseID: ######]. Whenever a process instance is started on receipt of an email you can just parse the subject for this string pattern and if identified you can create a relational entity in your database.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/19.4/Receive_Message_Event.html#email-message-type"&gt;https://docs.appian.com/suite/help/19.4/Receive_Message_Event.html#email-message-type&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>