Hi,
I have extracted the HTML message body from the 'Get Mail' Action of MAPIEXv2.0. The extracted HTML body has so many styles and attributes to tags.Now I would like to extract the table from the HTML Body. Is there any dll or a way to extract the table using tag name.
For Xml, I can use 'Get Elements by Tag' to extract the table with tags but may I know if there is a way for me to code for HTML string also?
Is there any inbuilt function in BluePrismMAPIExAutomation.dll for this extraction of table from message body?
Thanks in advance.