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?
 
Back
Top