Outlook VBO - How to click on the link that is available in email (outlook) body?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-11-18 02:38 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-11-18 08:28 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-12-18 12:53 PM
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
