Yes, I know the System.Web.Mail.SmtpMail and I'm using it.
But it require using a specific mail server that require authentication,
that require user name and password that can be easily seen by looking in the
assembly, so it require encrypting the user name name and password etc.
This is why I wish to send the mail using the current default email client.
How can that be done?