cancel
Showing results for 
Search instead for 
Did you mean: 

Outlook VBO - How to click on the link that is available in email (outlook) body?

ZahibSidiq
Level 4
how to click on the link that is available in email body? If I have received a mail and there is some link available in the email body, I want to click on that link and then that link will open a web page. How to achieve this?   best regards Zahib 
2 REPLIES 2

AmiBarrett
Level 12
Using the Outlook VBO, you'll need to parse the body. If it shows up as a plain-text link in a valid URL format, you could probably just search for the http:// that way. Otherwise, you'll need to find either that or the

SnehaChandra
Level 2
I had the same question when developing for one of the clients. I used calculation stage and used different text functions to search and get the url link from the email body.  It went something like this : Mid([Mail Content],InStr([Mail Content],""Document "")-(InStr([Mail Content],""Download