View Single Post
  #11  
Old April 6th 06, 06:51 AM posted to microsoft.public.outlook.program_vba
Sue
external usenet poster
 
Posts: 5
Default New Outlook.Application throws FileNotFoundException

So, you have to figure out the Outlook code first and doing that in VBA is
the easiest way, right? If you're in Outlook VBA, you use its intrinsic
Application object instead of New Outlook.Application.

Ok, I've copied my code to the Outlook VBA and am working my way through it
again to see what needs modifying. I'm down to download/save the image file
after getting the file's URL (e.g. www.website.com/filename.jpg saved to
c:\somefolder). The Webclient.downloadfile in VBA doesn't seem to exist in
VBA? Can someone point me to something to get me started on figuring this out?

tia,
Sue
Ads