<?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 Mail in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Mail/m-p/64218#M17032</link>
    <description>I am using the MS Outlook email VBO to send out emails. When I try to insert message as a test value, it if not formatted right. The whole message is send in a single line. Does anyone else have this issue? I am using BP Version 6.4.&lt;BR /&gt;&lt;BR /&gt;Thank You.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Swetha Devaram&lt;BR /&gt;RPA Developer&lt;BR /&gt;Health Markets&lt;BR /&gt;America/Chicago&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 04 Jun 2019 19:06:00 GMT</pubDate>
    <dc:creator>Swetha__Devaram</dc:creator>
    <dc:date>2019-06-04T19:06:00Z</dc:date>
    <item>
      <title>Mail</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Mail/m-p/64218#M17032</link>
      <description>I am using the MS Outlook email VBO to send out emails. When I try to insert message as a test value, it if not formatted right. The whole message is send in a single line. Does anyone else have this issue? I am using BP Version 6.4.&lt;BR /&gt;&lt;BR /&gt;Thank You.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Swetha Devaram&lt;BR /&gt;RPA Developer&lt;BR /&gt;Health Markets&lt;BR /&gt;America/Chicago&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Jun 2019 19:06:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Mail/m-p/64218#M17032</guid>
      <dc:creator>Swetha__Devaram</dc:creator>
      <dc:date>2019-06-04T19:06:00Z</dc:date>
    </item>
    <item>
      <title>RE: Mail</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Mail/m-p/64219#M17033</link>
      <description>&lt;P&gt;Try replacing all of your new line characters in your string with NewLine(). For example:&lt;/P&gt;
&lt;P&gt;Before:&lt;BR /&gt;"This is a test.&lt;BR /&gt;It uses multiple lines."&lt;BR /&gt;&lt;BR /&gt;After:&lt;BR /&gt;"This is a test."&amp;amp;NewLine()&amp;amp;"It uses multiple lines."&lt;/P&gt;
&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ami Barrett&lt;BR /&gt;Lead RPA Software Developer&lt;BR /&gt;Solai &amp;amp; Cameron&lt;BR /&gt;America/Chicago&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Jun 2019 19:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Mail/m-p/64219#M17033</guid>
      <dc:creator>AmiBarrett</dc:creator>
      <dc:date>2019-06-04T19:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: Mail</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Mail/m-p/64220#M17034</link>
      <description>Hi Ami,&lt;BR /&gt;&lt;BR /&gt;I used this:&amp;nbsp;[Message]&amp;amp;NewLine()&amp;amp;[Message1]&lt;BR /&gt;&lt;BR /&gt;It did not work. The message is coming in the same line.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Swetha Devaram&lt;BR /&gt;RPA Developer&lt;BR /&gt;Health Markets&lt;BR /&gt;America/Chicago&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Jun 2019 19:59:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Mail/m-p/64220#M17034</guid>
      <dc:creator>Swetha__Devaram</dc:creator>
      <dc:date>2019-06-04T19:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: Mail</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Mail/m-p/64221#M17035</link>
      <description>I just opened it up. Looks like this object is defaulting to using mail.HTMLBody instead of mail.Body when it compiles the message. So, add &amp;lt;br/&amp;gt; to the end of your string for each new line.&lt;BR /&gt;&lt;BR /&gt;Before:&lt;BR /&gt;[Message] = "This is a test."&lt;BR /&gt;[Message1] = "It uses multiple lines."&lt;BR /&gt;Result = "This is a test.It uses multiple lines."&lt;BR /&gt;&lt;BR /&gt;After:&lt;BR /&gt;[Message] = "This is a test.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;"&lt;BR /&gt;[Message1] = "It uses multiple lines."&lt;BR /&gt;Result = "This is a test.&lt;BR /&gt;&lt;BR /&gt;It uses multiple lines."&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ami Barrett&lt;BR /&gt;Lead RPA Software Developer&lt;BR /&gt;Solai &amp;amp; Cameron&lt;BR /&gt;America/Chicago&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Jun 2019 20:13:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Mail/m-p/64221#M17035</guid>
      <dc:creator>AmiBarrett</dc:creator>
      <dc:date>2019-06-04T20:13:00Z</dc:date>
    </item>
    <item>
      <title>RE: Mail</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Mail/m-p/64222#M17036</link>
      <description>What we ended up doing is creating a wrapper object around the MS Outlook VBO that provides the same functionality (same actions) as the original. All our calls go to the wrapper object but in that wrapper object, it does things like checking for whether HTML is set to True/False, and if True then it does replace Replace([Body],NewLine(),"&amp;lt;br/&amp;gt;") to get the same result as Ami pointed out.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Dave Morris&lt;BR /&gt;3Ci @ Southern Company&lt;BR /&gt;Atlanta, GA&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Jun 2019 11:28:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Mail/m-p/64222#M17036</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2019-06-05T11:28:00Z</dc:date>
    </item>
    <item>
      <title>RE: Mail</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Mail/m-p/64223#M17037</link>
      <description>It worked. Thanks a lot.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Swetha Devaram&lt;BR /&gt;RPA Developer&lt;BR /&gt;Health Markets&lt;BR /&gt;America/Chicago&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Jun 2019 13:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Mail/m-p/64223#M17037</guid>
      <dc:creator>Swetha__Devaram</dc:creator>
      <dc:date>2019-06-05T13:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: Mail</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Mail/m-p/64224#M17038</link>
      <description>Fair. In our version, it checks for the same kind of flag, but it internally designates if it calls mail.Body or mail.HTMLBody.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ami Barrett&lt;BR /&gt;Lead RPA Software Developer&lt;BR /&gt;Solai &amp;amp; Cameron&lt;BR /&gt;America/Chicago&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Jun 2019 14:45:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Mail/m-p/64224#M17038</guid>
      <dc:creator>AmiBarrett</dc:creator>
      <dc:date>2019-06-05T14:45:00Z</dc:date>
    </item>
  </channel>
</rss>

