<?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: Read email body from latest email received having HTML Table from Outlook Mail in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Read-email-body-from-latest-email-received-having-HTML-Table/m-p/95959#M44350</link>
    <description>So an alternative way that I had implemented before that doesn't require regex was to first copy over the HTML content that you have retrieved to clipboard. Then launch a temporary excel and paste the contents in it. Once pasted the HTML table should appear in cells/range and then you can attach-read the cells from the excel. You might have to use the Find function to find the start cell assuming the headers of your table have fixed names. You can then discard off the excel file.&lt;BR /&gt;&lt;BR /&gt;Utility - Environment and MS Excel VBO should give yo all the actions you would need to implement this.</description>
    <pubDate>Tue, 08 Nov 2022 04:13:37 GMT</pubDate>
    <dc:creator>shashank.kumar280</dc:creator>
    <dc:date>2022-11-08T04:13:37Z</dc:date>
    <item>
      <title>Read email body from latest email received having HTML Table from Outlook Mail</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Read-email-body-from-latest-email-received-having-HTML-Table/m-p/95958#M44349</link>
      <description>Hello All,&lt;BR /&gt;&lt;BR /&gt;I am having trouble in extracting email body containing HTML table using Outlook VBO.&lt;BR /&gt;The email received is a mail chain containing HTML Table and contents. I used Get Received Items (Basic) action in Outlook VBO and I get the entire email body with HTML contents.&lt;BR /&gt;Can anyone help me in extracting the body of the latest email only. Eg: if the email was first send on 3 days back and email conversation is being going on until today in the same thread. I just want to get the email body of the mail send today.&lt;BR /&gt;Also the HTML Table in the email body in a Collection. I believe a custom code is required.&lt;BR /&gt;Please suggest any alternate ways to retrieve it rather using regex or filter condition in the resulted whole email body from Get Received Items (Basic) action.&lt;BR /&gt;&lt;BR /&gt;Thanks In advance,&lt;BR /&gt;Amrutha</description>
      <pubDate>Mon, 07 Nov 2022 09:04:45 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Read-email-body-from-latest-email-received-having-HTML-Table/m-p/95958#M44349</guid>
      <dc:creator>Amruthasimplify</dc:creator>
      <dc:date>2022-11-07T09:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Read email body from latest email received having HTML Table from Outlook Mail</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Read-email-body-from-latest-email-received-having-HTML-Table/m-p/95959#M44350</link>
      <description>So an alternative way that I had implemented before that doesn't require regex was to first copy over the HTML content that you have retrieved to clipboard. Then launch a temporary excel and paste the contents in it. Once pasted the HTML table should appear in cells/range and then you can attach-read the cells from the excel. You might have to use the Find function to find the start cell assuming the headers of your table have fixed names. You can then discard off the excel file.&lt;BR /&gt;&lt;BR /&gt;Utility - Environment and MS Excel VBO should give yo all the actions you would need to implement this.</description>
      <pubDate>Tue, 08 Nov 2022 04:13:37 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Read-email-body-from-latest-email-received-having-HTML-Table/m-p/95959#M44350</guid>
      <dc:creator>shashank.kumar280</dc:creator>
      <dc:date>2022-11-08T04:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Read email body from latest email received having HTML Table from Outlook Mail</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Read-email-body-from-latest-email-received-having-HTML-Table/m-p/95960#M44351</link>
      <description>Hi Amrutha,&lt;BR /&gt;&lt;BR /&gt;You can use this object to get html table into collection. I have also found this one through Community&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Soumya</description>
      <pubDate>Thu, 17 Nov 2022 11:33:21 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Read-email-body-from-latest-email-received-having-HTML-Table/m-p/95960#M44351</guid>
      <dc:creator>Soumya21</dc:creator>
      <dc:date>2022-11-17T11:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Read email body from latest email received having HTML Table from Outlook Mail</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Read-email-body-from-latest-email-received-having-HTML-Table/m-p/95961#M44352</link>
      <description>One way we have implemented is get email in normal mode (set HTML flag in VBO as No). This will give email in regular/old fashion. Once you get email read the first “From:” key word in body and take only those line into collection. That will give you latest email body. After that you can extract the table you need from that collection.</description>
      <pubDate>Thu, 17 Nov 2022 12:29:19 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Read-email-body-from-latest-email-received-having-HTML-Table/m-p/95961#M44352</guid>
      <dc:creator>ParasPabari</dc:creator>
      <dc:date>2022-11-17T12:29:19Z</dc:date>
    </item>
  </channel>
</rss>

