<?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 Hi RE - there is an in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Easy-way-to-make-html-mail-to-work-in-Blue-Prism/m-p/62619#M15698</link>
    <description>Hi RE - there is an alternative Mapiex object at the bottom of this page &lt;A href="https://portal.blueprism.com/resources/vbos" target="test_blank"&gt;https://portal.blueprism.com/resources/vbos&lt;/A&gt;</description>
    <pubDate>Mon, 21 Aug 2017 18:39:00 GMT</pubDate>
    <dc:creator>John__Carter</dc:creator>
    <dc:date>2017-08-21T18:39:00Z</dc:date>
    <item>
      <title>Easy way to make html mail to work in Blue Prism?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Easy-way-to-make-html-mail-to-work-in-Blue-Prism/m-p/62616#M15695</link>
      <description>Hello,

I'm currently testing how I can send mail with html and have come up with some "boring" problem.

If i want to Write "

Do I have to make my code like:

"</description>
      <pubDate>Fri, 18 Aug 2017 19:06:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Easy-way-to-make-html-mail-to-work-in-Blue-Prism/m-p/62616#M15695</guid>
      <dc:creator>rolf.erik.oen</dc:creator>
      <dc:date>2017-08-18T19:06:00Z</dc:date>
    </item>
    <item>
      <title>Hi Rolf,</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Easy-way-to-make-html-mail-to-work-in-Blue-Prism/m-p/62617#M15696</link>
      <description>Hi Rolf,
You can if you modify the Email - POP3/SMTP Business Object. Go to Send Message Action and open the Code tab. Search for the code below and add the line where the arrow points to. This enables all HTML formatting of the body message.
using(MailMessage mail = new MailMessage())
{
mail.From = new MailAddress(From);
mail.To.Add(new MailAddress(To));
mail.Subject = Subject;
-----&amp;gt;	mail.IsBodyHtml = true;
mail.Body = Body;</description>
      <pubDate>Fri, 18 Aug 2017 20:27:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Easy-way-to-make-html-mail-to-work-in-Blue-Prism/m-p/62617#M15696</guid>
      <dc:creator>IbrahimAli</dc:creator>
      <dc:date>2017-08-18T20:27:00Z</dc:date>
    </item>
    <item>
      <title>there is already a field in</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Easy-way-to-make-html-mail-to-work-in-Blue-Prism/m-p/62618#M15697</link>
      <description>there is already a field in Send Message action BodyIs HTML and its a flag type just pass true to it.
Hope that solves your purpose no need of changing any code is required.
Thanks.</description>
      <pubDate>Mon, 21 Aug 2017 10:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Easy-way-to-make-html-mail-to-work-in-Blue-Prism/m-p/62618#M15697</guid>
      <dc:creator>PrateekMehan</dc:creator>
      <dc:date>2017-08-21T10:57:00Z</dc:date>
    </item>
    <item>
      <title>Hi RE - there is an</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Easy-way-to-make-html-mail-to-work-in-Blue-Prism/m-p/62619#M15698</link>
      <description>Hi RE - there is an alternative Mapiex object at the bottom of this page &lt;A href="https://portal.blueprism.com/resources/vbos" target="test_blank"&gt;https://portal.blueprism.com/resources/vbos&lt;/A&gt;</description>
      <pubDate>Mon, 21 Aug 2017 18:39:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Easy-way-to-make-html-mail-to-work-in-Blue-Prism/m-p/62619#M15698</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2017-08-21T18:39:00Z</dc:date>
    </item>
    <item>
      <title>Thanks everyone,</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Easy-way-to-make-html-mail-to-work-in-Blue-Prism/m-p/62620#M15699</link>
      <description>Thanks everyone, 
I did solve this by making Data item that had the html code. It works like gold.</description>
      <pubDate>Mon, 21 Aug 2017 19:05:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Easy-way-to-make-html-mail-to-work-in-Blue-Prism/m-p/62620#M15699</guid>
      <dc:creator>Christer_Tellefsen</dc:creator>
      <dc:date>2017-08-21T19:05:00Z</dc:date>
    </item>
  </channel>
</rss>

