Get hyperlink address from an email body

hi!

I have a “click here” text linked to webpages in all my mails, how is it possible to extract the link? I would like to save the links to a database.

Thanks,

P1

1 Like

This regex in the link works for me. You can use it in matches activity. Hope it helps

mail.Body.ToString —> HYPERLINK"www.google.com"Click Here

4 Likes

Got it working, thanks!