I need to start the default mail client using the command line received from windows registry. How to do it in C# ? Process.Start cannot execute the whole line, it needs to be split, but i dont known what it will be
I get a line to run for example here in registry
HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Microsoft Outlook\shell\open\command
How to run this command line with c# ?
"C:\PROGRA~2\MICROS~1\Office16\OUTLOOK.EXE" /recycle
More complex example
%systemRoot%\system32\rundll32.exe "%ProgramFiles%\Internet Explorer\hmmapi.dll",OpenInboxHandler