I would like to create an outlook message with a subject and some attachments for the user to send when they are ready. I have the file paths for the attachments. How would I go about doing this?
Basically the user needs to click a button on the application and that open an outlook message window with a predefined message and a few attachments. They should then be able to modify and add the required “To” etc before sending via outlook.
Thanks!
How to send attachments in an e-mail message by using Visual Basic .NET
http://support.microsoft.com/kb/313803
Here is the C# version of the code: