<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: Format the body of outlook email. in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Format-the-body-of-outlook-email/m-p/51424#M6481</link>
    <description>I just need to add new lines. How can we do that ?. I tried NewLine() function and it did not work.
&lt;DIV style="position: absolute; display: none; z-index: 16777271;"&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Saja Ismael&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 01 Feb 2023 12:52:00 GMT</pubDate>
    <dc:creator>SajaIsmael</dc:creator>
    <dc:date>2023-02-01T12:52:00Z</dc:date>
    <item>
      <title>Format the body of outlook email.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Format-the-body-of-outlook-email/m-p/51422#M6479</link>
      <description>Hello,&lt;BR /&gt;I have just wanted to ask; if there is any way to format the long text of the body when I send it using&lt;BR /&gt;MS Outlook Email VBO::Send Email.&amp;nbsp;&lt;BR /&gt;
&lt;DIV style="position: absolute; display: none; z-index: 16777271;"&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Saja Ismael&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Feb 2023 11:24:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Format-the-body-of-outlook-email/m-p/51422#M6479</guid>
      <dc:creator>SajaIsmael</dc:creator>
      <dc:date>2023-02-01T11:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: Format the body of outlook email.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Format-the-body-of-outlook-email/m-p/51423#M6480</link>
      <description>Hi Saja,&lt;BR /&gt;&lt;BR /&gt;While we do not have any formatting requirements, our emails do tend to have links as URL's and file locations that we need to be clickable by the recipient. Enclosing the URL or link in &amp;lt; and &amp;gt; will do that for you.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Happy coding!&lt;BR /&gt;---------------&lt;BR /&gt;Paul&lt;BR /&gt;Sweden&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Feb 2023 12:05:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Format-the-body-of-outlook-email/m-p/51423#M6480</guid>
      <dc:creator>PvD_SE</dc:creator>
      <dc:date>2023-02-01T12:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: Format the body of outlook email.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Format-the-body-of-outlook-email/m-p/51424#M6481</link>
      <description>I just need to add new lines. How can we do that ?. I tried NewLine() function and it did not work.
&lt;DIV style="position: absolute; display: none; z-index: 16777271;"&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Saja Ismael&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Feb 2023 12:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Format-the-body-of-outlook-email/m-p/51424#M6481</guid>
      <dc:creator>SajaIsmael</dc:creator>
      <dc:date>2023-02-01T12:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: Format the body of outlook email.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Format-the-body-of-outlook-email/m-p/51425#M6482</link>
      <description>I'd create a data item of typ Text and populate as follows:&lt;BR /&gt;-----------------------------------&lt;BR /&gt;"Hi!" &amp;amp; NewLine() &amp;amp; NewLine() &amp;amp;&amp;nbsp;&lt;BR /&gt;"text1 text1 text1 text1" &amp;amp; NewLine() &amp;amp;&lt;BR /&gt;"text2 text2 text2 text2" &amp;amp; NewLine() &amp;amp; NewLine() &amp;amp;&amp;nbsp;&lt;BR /&gt;"Kind regards," &amp;amp; NewLine() &amp;amp;&amp;nbsp;&lt;BR /&gt;"Saja Ismael"&lt;BR /&gt;-----------------------------------&lt;BR /&gt;which would result in:&lt;BR /&gt;-----------------------------------&lt;BR /&gt;Hi!&lt;BR /&gt;&lt;BR /&gt;text1 text1 text1 text1&lt;BR /&gt;text2 text2 text2 text2&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;Saja Ismael&lt;BR /&gt;-----------------------------------&lt;BR /&gt;Then you have the data item as input for your Send Email action.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Happy coding!&lt;BR /&gt;---------------&lt;BR /&gt;Paul&lt;BR /&gt;Sweden&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Feb 2023 13:08:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Format-the-body-of-outlook-email/m-p/51425#M6482</guid>
      <dc:creator>PvD_SE</dc:creator>
      <dc:date>2023-02-01T13:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: Format the body of outlook email.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Format-the-body-of-outlook-email/m-p/51426#M6483</link>
      <description>...I recall one might be able to HTML format your text, but I do not use this myself.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Happy coding!&lt;BR /&gt;---------------&lt;BR /&gt;Paul&lt;BR /&gt;Sweden&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Feb 2023 13:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Format-the-body-of-outlook-email/m-p/51426#M6483</guid>
      <dc:creator>PvD_SE</dc:creator>
      <dc:date>2023-02-01T13:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: Format the body of outlook email.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Format-the-body-of-outlook-email/m-p/51427#M6484</link>
      <description>&lt;SPAN&gt;&lt;SPAN&gt;In the MS Outlook Email VBO::Send Email. action emails are always HTML formatted !&lt;BR /&gt;&lt;BR /&gt;&amp;lt;BR&amp;gt; is used to add a new line&lt;BR /&gt;&lt;BR /&gt;Our mail body template for sending exceptions :&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;"&amp;lt;!DOCTYPE html&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;lt;html&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;lt;head&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; &amp;lt;meta charset='utf-8'&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; &amp;lt;style&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp; table {border: 2px solid black; border-collapse: collapse; padding: 5px;}&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp; th {border: 1px solid black; border-collapse: collapse; padding: 5px; text-align: left; vertical-align: text-top; background-color: #92d050;}&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp; td {border: 1px solid black; border-collapse: collapse; padding: 5px; text-align: left; vertical-align: text-top;}&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;lt;/style&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;lt;/head&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;lt;body&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; &amp;lt;p&amp;gt; The process stopped due to an exception, find more information below &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; &amp;lt;BR&amp;gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; &amp;lt;BR&amp;gt; Kinds regards&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; &amp;lt;BR&amp;gt; Your favorite Robot !&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;lt;/p&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;lt;table style='width: 100.0%'&amp;gt;&amp;lt;tbody&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;td style='width: 20%'&amp;gt;&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;Exception Type&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;td style='width: 80%'&amp;gt;&amp;lt;p&amp;gt;"&amp;amp; ExceptionType() &amp;amp;"&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;td style='width: 20%'&amp;gt;&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;Exception Stage&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;td style='width: 80%'&amp;gt;&amp;lt;p&amp;gt;"&amp;amp; ExceptionStage() &amp;amp;"&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;td style='width: 20%'&amp;gt;&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;Exception Detail&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;td style='width: 80%'&amp;gt;&amp;lt;p&amp;gt;"&amp;amp; ExceptionDetail() &amp;amp;"&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;lt;/tbody&amp;gt;&amp;lt;/table&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;lt;/body&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;lt;footer&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;lt;p&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; &amp;lt;font color='#009900' face='Webdings' size='4'&amp;gt;P&amp;lt;/font&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; &amp;lt;font color='#009900' face='verdana,arial,helvetica' size='2'&amp;gt;Please consider the environment before printing this email.&amp;lt;/font&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;lt;/p&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;lt;/footer&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;lt;/html&amp;gt;"&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;If you use a formatted text field you have to replace the NexLine() to &amp;lt;BR&amp;gt; :
&lt;P&gt;&amp;lt;p&amp;gt;"&amp;amp; Replace( [Text]; NewLine(); "&amp;lt;BR&amp;gt;") &amp;amp;" &amp;lt;/p&amp;gt;&lt;BR /&gt;&lt;BR /&gt;If you want to insert a link to a file:&lt;BR /&gt;&amp;lt;p&amp;gt;&amp;lt;a href='file:///" &amp;amp; [ScreenshotPath] &amp;amp; "'&amp;gt;Screenshot&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Feb 2023 13:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Format-the-body-of-outlook-email/m-p/51427#M6484</guid>
      <dc:creator>johan.m</dc:creator>
      <dc:date>2023-02-01T13:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: Format the body of outlook email.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Format-the-body-of-outlook-email/m-p/51428#M6485</link>
      <description>Yes, You'll find that the Outlook VBO will recognize HTML formatting that is provided in the Email body.&lt;BR /&gt;&lt;BR /&gt;Learned about that in a PoC we did about 4 years ago.&lt;BR /&gt;&lt;BR /&gt;With that said, one is able to also build that HTML dynamically in terms of Table Rows, etc., which can be very useful.&lt;BR /&gt;&lt;BR /&gt;Happy to send examples if that's helpful.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kevin Wilson&lt;BR /&gt;`Solution Engineer&lt;BR /&gt;Blueprism&lt;BR /&gt;America/Denver&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Feb 2023 13:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Format-the-body-of-outlook-email/m-p/51428#M6485</guid>
      <dc:creator>kevin.wilson</dc:creator>
      <dc:date>2023-02-01T13:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: Format the body of outlook email.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Format-the-body-of-outlook-email/m-p/51429#M6486</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I was looking exactly to build &lt;SPAN&gt;HTML dynamically email body in terms of Table Rows... can you send some examples?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;António&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Antonio Melo&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Feb 2023 10:07:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Format-the-body-of-outlook-email/m-p/51429#M6486</guid>
      <dc:creator>antonio-r-melo</dc:creator>
      <dc:date>2023-02-02T10:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: Format the body of outlook email.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Format-the-body-of-outlook-email/m-p/51430#M6487</link>
      <description>Hey Antonio,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;here is a tiny snippet I wrote in C# to convert a DataTable into an HTML table:&lt;BR /&gt;&lt;BR /&gt;Input Argument being 'inCollection' (as Collection of Strings) and Output Argument being 'outHTML' as a text Data Item.&lt;BR /&gt;
&lt;PRE class="language-csharp"&gt;&lt;CODE&gt;outHTML = "&amp;lt;table&amp;gt;";
        //add header row
        outHTML += "&amp;lt;tr&amp;gt;";
        for(int i=0;i&amp;lt;inCollection.Columns.Count;i++)
            outHTML+="&amp;lt;td&amp;gt;"+inCollection.Columns&lt;I&gt;.ColumnName+"&amp;lt;/td&amp;gt;";
        outHTML += "&amp;lt;/tr&amp;gt;";
        //add rows
        for (int i = 0; i &amp;lt; inCollection.Rows.Count; i++)
        {
            outHTML += "&amp;lt;tr&amp;gt;";
            for (int j = 0; j&amp;lt; inCollection.Columns.Count; j++)
                outHTML += "&amp;lt;td&amp;gt;" + inCollection.Rows&lt;I&gt;[j].ToString() + "&amp;lt;/td&amp;gt;";
            outHTML += "&amp;lt;/tr&amp;gt;";
        }
        outHTML += "&amp;lt;/table&amp;gt;";​&lt;/I&gt;&lt;/I&gt;&lt;/CODE&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ramón Requena López&lt;BR /&gt;RPA Developer&lt;BR /&gt;Magenta Telekom&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Feb 2023 13:49:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Format-the-body-of-outlook-email/m-p/51430#M6487</guid>
      <dc:creator>RamónRequena_L1</dc:creator>
      <dc:date>2023-02-02T13:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: Format the body of outlook email.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Format-the-body-of-outlook-email/m-p/51431#M6488</link>
      <description>Hi &lt;SPAN&gt;Ramón&lt;/SPAN&gt;, &lt;BR /&gt;&lt;BR /&gt;Thanks for your reply. I was wondering if you had implemented some call to a template engine like &lt;A href="https://shopify.github.io/liquid" target="test_blank"&gt;https://shopify.github.io/liquid&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Maybe compile it to an dll and include in global code functions.&lt;BR /&gt;&lt;BR /&gt;So we can have a file template, the collection with data, and merge them into final HTML with an template engine.&lt;BR /&gt;&lt;BR /&gt;This way I can change the email body, without changing the RPA code.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;António&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Antonio Melo&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Feb 2023 15:43:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Format-the-body-of-outlook-email/m-p/51431#M6488</guid>
      <dc:creator>antonio-r-melo</dc:creator>
      <dc:date>2023-02-02T15:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: Format the body of outlook email.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Format-the-body-of-outlook-email/m-p/51432#M6489</link>
      <description>Aren't you allowed to use service APIs in your infrastructure for any reason? I am pretty sure there must be Plain Text to HTML converters around offering API support.&lt;BR /&gt;&lt;BR /&gt;I haven't build that myself cause there is no need. I have HTML templates for our own use (similar to what Johann shared above) cause doing it via API calls doesn't really make sense to us.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ramón Requena López&lt;BR /&gt;RPA Developer&lt;BR /&gt;Magenta Telekom&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Feb 2023 16:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Format-the-body-of-outlook-email/m-p/51432#M6489</guid>
      <dc:creator>RamónRequena_L1</dc:creator>
      <dc:date>2023-02-02T16:22:00Z</dc:date>
    </item>
  </channel>
</rss>

