c# - how to invoke user's (non-outlook) email application from .NET program -


itemprop = "text">

My C # application needs to report a problem technology to the user's machine, no normal SMTP server is available, So I do not think I can use System.Net.Mail; Instead the message should be sent using the user's email program and account. I can use office automation and launch a message to launch the office. But what if the user is not using the approach? Is there any other common mechanism that is supported by multiple email clients? Or is there a library that detects various clients and how they present them?

EDIT: To submit a problem report, I need to include an attachment or (worst) long message body ...

  process. Start ("mailto: hurr@durr.com");  

The operating system is responsible for implementing a specific instruction. Windows will recognize the scheme and bring the appropriate mail client. It's configured using.


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -