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

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?
 
M

Michael Nemtsev

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>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top