Sending Email From Windows Apps

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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
 
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.
 
Back
Top