Download a file from an ftp sent in an alert

R

rudolfsun

I get sent alerts from a client that tell me data on a web page is ready to
download. I want to know if outlook can log in to the secure site and
download that data automatically when the alert arrives
 
E

Eric Legault [MVP - Outlook]

You can use the Outlook Object Model to hook into events such as receiving
e-mails. However, the code to actually interact with the Internet resides in
other programming libraries, such as the Internet Transfer Control.
 
Top