View Single Post
  #2  
Old November 27th 07, 06:21 PM posted to microsoft.public.outlook.program_vba
Eric Legault [MVP - Outlook]
external usenet poster
 
Posts: 830
Default Download a file from an ftp sent in an alert

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.

--
Eric Legault - Outlook MVP, MCDBA, MCTS (SharePoint programming, etc.)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"rudolfsun" wrote:

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

Ads