How to read email body which is in table format in outlook?

Hi Team,

I want to read email body which is in tabular format in outlook.
please suggest the solution.

Thanks,
Chandini.

@chandinid407 Welcome to our UiPath Community.
mailMessage.Header("“HTMLBody”).ToString will return you a html body of an email message

To get it converted into datatable use one of the following:
RPA Listings - Collections, Integration Packs | UiPath Marketplace
NuGet Gallery | GetDataTableFromMail 1.0.0

1 Like

@chandinid407 Can you check this post:

2 Likes

Hi @supermanPunch

i ran above xaml,but browser is not allowing to extract data throwing popup blocker from the web page. Attched the error screenshot

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.