How to check default Email Client exist or not
==============================================
object mailClient = Registry.GetValue(@"HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail" , "", "none");
//ex: here mailClient will be MicroSoft Outlook
No comments:
Post a Comment