I am looking for guides to do such task. I generate subject, body, recipient in C# program and I need to send this info to default email program like Outlook which would then have a new email template filled according to what I sent. Then the user will only need to click send or, if needed, modify something and do what he wants with that email. The problem is that I only manage to find various examples of how to send email but not how to open default program on the computer and fill the data. Any guidance on how to search is appreciated.
Share
Use the mailto URI scheme.