Possible Duplicate:
How to send email using default email client?
How can I create SendTo mail recipient feature in C# Windows Form Application? Something like this:
I need to open the Default Email client in the system and users allowed to enter to address, subject, mail body etc.
I found some code in C++ but I am looking for managed or WIN32 API code.