Auto reply to a link in the mail

  • Thread starter Thread starter brps_2000
  • Start date Start date
B

brps_2000

Hi,
I recieve a mail from a specific email id. The content of the mail has
2
words "Agree" and "Decline" which have an href with some URL. The email

arrives at times when i am generally not at my desk (its midnight). The

normal practice would be to open the email and click on the Agree
button
(always) which opens a new browser window and the href behind the Agree

button is activated.
I want to automate the process where the mail is identified by the
sender's
email id, the link is read and an autoclick is done on the link.
I dont mind closing the opened browser window the next day.
Any idea how i can do it?
Using a POP3 mail server and recieving mails in Outlook.
Regards,
Bhushan
 
Am 4 Dec 2005 23:24:08 -0800 schrieb (e-mail address removed):


Hi,
I recieve a mail from a specific email id. The content of the mail has
2
words "Agree" and "Decline" which have an href with some URL. The email

arrives at times when i am generally not at my desk (its midnight). The

normal practice would be to open the email and click on the Agree
button
(always) which opens a new browser window and the href behind the Agree

button is activated.
I want to automate the process where the mail is identified by the
sender's
email id, the link is read and an autoclick is done on the link.
I dont mind closing the opened browser window the next day.
Any idea how i can do it?
Using a POP3 mail server and recieving mails in Outlook.
Regards,
Bhushan

Please click in the VBA editor on Tools/References and select "Microsoft
Internet Controls".

You can use the InternetExplorer object and its Navigate2 method.
 
Back
Top