Sending Email From Windows Apps

G

Guest

Hi,

I am writing a windows application that generates a text file that I want to email to a specific location.

Is there a simple way that i can create an email with VB.NET, attach a file and put the email into the Outbox ready to be sent next time the computer is connected?

Ideally I want the email to be put into the outbox of whatever email system the user is using.

Thanks in advance


Regards


Huw
 
C

Cor Ligthert

Hi Hplloyd,
Ideally I want the email to be put into the outbox of whatever email system the user is using.
It is impossible to add an attachment to a default emailclient. (This
question comes about 10 times a week in this or other dotnet newsgroups).

Cor
 
G

Guest

If you know that outlook will be used then do it that way. That is probably the easiest way, you should be able to look it up under automation.
 

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