Hello,
Got a problem at the moment and I just can't see a solution.
Requirements:
C# application requires emailing a known file to a person.
Email must be sent via default mail client (outlook, windows mail, thunderbird)
Email must have attachment programmically attached.
Application is a desktop client developed in C# 2.0
Can be either sent directly from application, or just load email to be sent from client.
I have tried various things, for example using "mailto:", but this doesn't allow the attachment to be added.
I know on the Web we can use the System.Web.Mail (or is it net?) and send it via a known SMTP server, but on the client we don't know what the server is for the user and I don't really want them going via my server...
Any advice or help on this would be great!!
Thanks
Ben