Hello Everyone,
I need to Get Url of Hyperlink of particular word i.e “ClickHere” in a mail.
Can anyone help me with Regex Expression to do so.
This is the mail what I recieve.
Hello Everyone,
I need to Get Url of Hyperlink of particular word i.e “ClickHere” in a mail.
Can anyone help me with Regex Expression to do so.
This is the mail what I recieve.
You can use Get Outlook activities for that,
Place a For each activitiy and check as below for the body
Item.Body.ToString
In the Body you can see ClickHere
You have to use regex matches activity to extract the URL
Hope this may helps you
Thanks
so can you provide that regex express
Can you share the output?
Thanks