I want to extract mail body but mail body coming html format, this html format how to convert text, give me possible Solution
Hi,
Just uncheck is html body option from property panel of Get mails (whatever activity you are using to read mails)activity.
Then you can read the body in normal text.
Thanks
Share the screenshot of activity property where you are reading the mails.
This is forward mail ,while Extracting data here mail body coming normal text
but This is direct mail , While Getting mail body here is coming Html format
Hi,
Which activity are you using for reading mails? Share me screenshot- properties of reading mails activity.
Thanks
Test to set IsBodyHtml
to True
.
If even that fails, there’s always the Extract Text
activity to extract text from HTML:
It is working, Thank you so much…
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.