I will send an email with a given address by open the standard email program like "mailto:" in an a-tag will do it, but within a button click.
How?
I will send an email with a given address by open the standard email program like "mailto:" in an a-tag will do it, but within a button click.
How?
Here's how:
Additionally, you can PInvoke into ShellExecute to gain more control over this.
Example from here