Download a file from an ftp sent in an alert

  • Thread starter Thread starter rudolfsun
  • Start date Start date
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
 
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.
 
Back
Top