
Hi - I am attempting to retrieve an outlook email, parse the body for a URL and open a web browser with the URL
I have been able retrieve the email in the RetrievedEmails variable.
How can I parse the email for the URL?
Hi,
In my opinion,
When you have the body of the email, you can run VBScript, Javascript, Python Script code (which is more familiar with you) with a regular expression to get the URL.
It is also depend on your email template, how many URL do you have in the email? Is that fix position or it shows up randomly.
Thanks and hope it can help you.
Mike
---------------------------------
Did I answer your question? Please consider to Mark my post as a solution! to guide others