Open my mail client from Winform without send message ?

  • Thread starter Thread starter slecoent
  • Start date Start date
S

slecoent

Hi,

I'm working under windows 2000/XP, with VS 2005 and C# 2.0.

I'm deveopping an winform app and one feature is :

- I want to get a textbox message and transform it in Attachment to my
future e-mail.
- I want to open my default mailer to send the previous attachement
created, but the end user will fill the subject, the person to contact.
This action will perform by clicking on a winform button.


Thanks for reply.

Have fun to code
 
Store the value of the testbox then use System.Net.Mail to send the email.

chanmm
 

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

Back
Top