How to Create Email attachments from URLs in Windows vb.net app

  • Thread starter Thread starter shil
  • Start date Start date
S

shil

Is there any possible way to create an email attachments from an URL
in windows vb.net application? I'm using frame work 2.0,
System.Net.Mail component.

If I attach a file from my file system, that works fine. But I have to
call a http:// url which retruns a file name. I have to attach that
file to the email.

Can any one help me with this?
 
Hello shil,

So, do u want to download file from the URL and then add it to your attach?

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

s> Is there any possible way to create an email attachments from an URL
s> in windows vb.net application? I'm using frame work 2.0,
s> System.Net.Mail component.
s>
s> If I attach a file from my file system, that works fine. But I have
s> to call a http:// url which retruns a file name. I have to attach
s> that file to the email.
s>
s> Can any one help me with this?
s>
 
Back
Top