<?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 Read Outlook Email Body in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Read-Outlook-Email-Body/m-p/96762#M44940</link>
    <description>Dear Experts,&lt;BR /&gt;&lt;BR /&gt;I am trying to read Outlook Email and insert insert into DB table, I am able to load all other fields except Email Body as it's reading as HTML. I tried to use below Regex to handle the issue but no luck.&lt;BR /&gt;&lt;BR /&gt;Output = Regex.Replace(Body, "&amp;lt;[a-zA-Z/].*?&amp;gt; (Text)", String.Empty);&lt;BR /&gt;&lt;BR /&gt;Appreciate if any&amp;nbsp; advise for any other way handle this issue so that I can get only text portion of Email body.&lt;BR /&gt;&lt;BR /&gt;Note: I am already using the latest VBO for Outl0ok.&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;Mohan</description>
    <pubDate>Tue, 29 Nov 2022 00:53:30 GMT</pubDate>
    <dc:creator>MohanV</dc:creator>
    <dc:date>2022-11-29T00:53:30Z</dc:date>
    <item>
      <title>Read Outlook Email Body</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Read-Outlook-Email-Body/m-p/96762#M44940</link>
      <description>Dear Experts,&lt;BR /&gt;&lt;BR /&gt;I am trying to read Outlook Email and insert insert into DB table, I am able to load all other fields except Email Body as it's reading as HTML. I tried to use below Regex to handle the issue but no luck.&lt;BR /&gt;&lt;BR /&gt;Output = Regex.Replace(Body, "&amp;lt;[a-zA-Z/].*?&amp;gt; (Text)", String.Empty);&lt;BR /&gt;&lt;BR /&gt;Appreciate if any&amp;nbsp; advise for any other way handle this issue so that I can get only text portion of Email body.&lt;BR /&gt;&lt;BR /&gt;Note: I am already using the latest VBO for Outl0ok.&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;Mohan</description>
      <pubDate>Tue, 29 Nov 2022 00:53:30 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Read-Outlook-Email-Body/m-p/96762#M44940</guid>
      <dc:creator>MohanV</dc:creator>
      <dc:date>2022-11-29T00:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Read Outlook Email Body</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Read-Outlook-Email-Body/m-p/96763#M44941</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/37099"&gt;@MohanV&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;You can take email body in text also by modifying code&amp;nbsp;&lt;BR /&gt;In VBO change the one line of code in &lt;STRONG&gt;internal get items&lt;/STRONG&gt; action&lt;BR /&gt;in that replace this one line of code&lt;STRONG&gt;&amp;nbsp;row("Body") = If(item.BodyFormat = 2, item.HTMLBody, item.Body)&amp;nbsp;&lt;/STRONG&gt;with this &lt;STRONG&gt;row("Body") = item.Body&lt;BR /&gt;&lt;/STRONG&gt;It will fetch you email body in text.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Soumya​​</description>
      <pubDate>Tue, 29 Nov 2022 04:12:50 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Read-Outlook-Email-Body/m-p/96763#M44941</guid>
      <dc:creator>Soumya21</dc:creator>
      <dc:date>2022-11-29T04:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Read Outlook Email Body</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Read-Outlook-Email-Body/m-p/96764#M44942</link>
      <description>Worked like a Charm. Thank you &lt;A href="https://community.blueprism.com/network/profile?UserKey=3186a3c0-9459-4537-85c8-cc484ac45cce" target="_blank" rel="noopener"&gt;Soumya kalal.&lt;/A&gt;</description>
      <pubDate>Tue, 29 Nov 2022 04:48:56 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Read-Outlook-Email-Body/m-p/96764#M44942</guid>
      <dc:creator>MohanV</dc:creator>
      <dc:date>2022-11-29T04:48:56Z</dc:date>
    </item>
  </channel>
</rss>

