Miscellaneous

Fetching a link from an email using outlook

Have you ever felt a need to automate the subscription process, wherein you need to enter the Email id of the subscriber and then to activate the subscription you may need to click on the activate link, sent to the subscriber over the email.

Here is a simple VBScript code to fetch an email address from an email, we are assuming that we need the
email to be read using outlook.

script is divided into two parts

  • Reading the unread mail with a specific subject and then marking the email as read
  • Fetching the link from the Email




If you liked this post, say thanks by sharing it.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.