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
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
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
Got it working, thanks!