How to extract the table from the email body using vb.net code

Hi All,

We have to extract the table from the email body. the table may un structure such as no border and no column names for some of the column .

We have the .net code were the table has structure like all the column names and border found there it worked

can any one work on this type of automation using vb.net code please help asap

Below is the example for one kind of email

BBFX

abc 300
abc 800

were there is no column name present on second one

Regards,
Kokila P

@csekoki143

Easiest would be to save the body as html into .html file using write text file and then use table extraction by opwning the file

Cheers