c# - How do I set standard email client in Windows 7 using .NET -
i set standard email client in windows 7 .net code, how do it?
you need edit following registry value. following registry.setvalue method.
registry.setvalue(@"hkey_classes_root\mailto\shell\open\command", "", "\"c:\\progra~2\\micros~1\\office14\\outlook.exe\" -c ipm.note /m \"%1\""); reference:
http://msdn.microsoft.com/en-us/library/3dwk5axy.aspx
Comments
Post a Comment