How to get a mail body in html format (without using get exchange mail activity)

Hi,

while reading the mail, I need to get the email body in the html format as its in the table format and i need to extract entire table using data scraping. and i tried using get outlook mail messages but it has no ‘isbodyhtml’ option.
is there any other way to fulfill this requirement?

Hi,
you should use send outlook mail message activity in uipath and instead of trying to scrape the table from mail try to use html code to built the entire table .
In send outlook mail message activity you can use html code in body of activity wherein you can write the code for building the table and click IsBodyHtml option to true.

Actually i m trying to read the email body ( not trying to send email ), so that i can extract the data from body.

1 Like

Custom activity to extract tables from email :
https://go.uipath.com/component/extract-tables-from-mail-839f39
It takes mail message as an input and returns a dataset with all the table content in the email.