J
jand187
Hi,
I need to open an email in outlook (exchange) with most of the fields
filled out and a file attached. I don't want to send the mail right
away as the user must be able to edit the body text.
How can I accomplish this from a Windows Form written in C# ?
I know about the System.Web.Mail stuff, but that can only send the
email. I've also tried using the System.Diagnostics.Start("mailto:")
method, but that doesn't allow for attaching files.
Please help!
Regards
Jan Daniel Andersen
I need to open an email in outlook (exchange) with most of the fields
filled out and a file attached. I don't want to send the mail right
away as the user must be able to edit the body text.
How can I accomplish this from a Windows Form written in C# ?
I know about the System.Web.Mail stuff, but that can only send the
email. I've also tried using the System.Diagnostics.Start("mailto:")
method, but that doesn't allow for attaching files.
Please help!

Regards
Jan Daniel Andersen