Sending email from vs2005

R

ReidarT

I use vs2005 and want to send an email with attachment from a windows form
(not web).
Has vs2005 a built in system to do this or do I need to use indy-client or
stuff like that?
reidarT
 
H

Herfried K. Wagner [MVP]

ReidarT said:
I use vs2005 and want to send an email with attachment from a windows form
(not web).
Has vs2005 a built in system to do this or do I need to use indy-client
or stuff like that?

Take a look at the 'System.Net.Mail.MailMessage' class and its 'Attachments'
property.
 

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