I need to send an e-mail with the default mail client from a .NET application. To achieve that I could use MAPI or execute the mailto command.
Either way, I can't consider all my requirements. May you know a better solution.
Email with:
- attachments
- e-mail client's default signature
- don't use the System.Web.Mail classes because no smtp server details are available.
Thank you and kind regards, Danny