Forum Discussion

LLKMTHSHMM's avatar
LLKMTHSHMM
Copper Contributor
Jul 16, 2024

Auto click a hyperlink within Outlook

 

Name of link is all the time the same name: Verify Request. So, it is a better way to click on link name called 'Verify Request'. It is only one name within email message, regardless of a link: https://sendtokindle.amazon.com/verification/confirm/

 

As it is reliable email sender from Amazon, it is not an issue with the malicious code. Code is just an example as I do not know if this is suitable for Outlook:

 

strUrl = "https://sendtokindle.amazon.com/verification/confirm/XXX ' obviously you will have to parse the

appropriate address out of your message body

set xmlhttp = CreateObject("MSXML2.ServerXMLHTTP")

xmlhttp.open "GET", strurl, false

xmlhttp.send ""

strBody = xmlhttp.responseText

set xmlhttp = nothing

 

 

No RepliesBe the first to reply

Resources