View Single Post
  #1  
Old July 1st 06, 02:51 PM posted to microsoft.public.outlook.program_vba
[email protected]
external usenet poster
 
Posts: 1
Default Automatically click on links in incoming mails

Hi,

imagine this scenario:

I use a server based script to submit picture galleries to another
server. This happens some times a day. Now this server server sends an
e-mail to me, asking me to confirm, that it really was me, who
submitted these galleries. In that e-mail there is an url that I need
to click on. Something like:

http://www.example.com/confirm.x3ml?...ssionid-blabla

Currently I have to click this link manually every time, and that's not
as automated as I'd like to have.

I experimented a little bit with VBA in my Outlook client, but it
didn't seem to do anything at all. I think I tried to implement
Application_NewMail. Had to reinstall my computer though and forgot to
make a backup of my function

Is there a simple solution to my problem?

Tks,
Dominik

Ads