Reading body of outlook mail

How do I extract from the body of a Outlook mail which has data available in a tabular format?

@Jayasuryan_Chandrasekhar -

to extract complete html to datatable - pls try with html-to-datatable uipath go component
(link to download : https://go.uipath.com/component/html-to-datatable)

  • strHTMLBody = item.Headers("HTMLBody”).ToString
  • run the custom activity (html-to-datatable) this html string to get the data tables

Hi thanks,
Can you advise what should be the variable type for the ‘DataTables’, I have declared?