Sending mail through mail program

  • Thread starter Thread starter Maury
  • Start date Start date
M

Maury

Hello,

Does anybody know how I can launch the default
mail program with a new mail ready to be sent
and assign it a file attachment?

I use C# windows forms 2.0

I appreciate any help

With Best Regards,

M.A.
 
Maury said:
Hello,

Does anybody know how I can launch the default
mail program with a new mail ready to be sent
and assign it a file attachment?

I use C# windows forms 2.0

I appreciate any help

With Best Regards,

M.A.

I can be done by SMAPI in native C program.

The Dotnet framework does not have the same implementation. You can use
PInvoke to call the SMAPI.

There is sample in
"http://www.codeproject.com/cs/internet/simplemapidotnet.asp"
 

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