c# - How can I know whether Outlook is configured or not programmatically? -


I want to know how I can know whether Outlook is configured or not using Win in C # is?

I got something on this

but it does not seem that it is relevant.

The above link reveals the registry using the registry. I want to know what is the other way besides inspecting the registry?

check the following link

As Here, you can check the following from the registry entry

  HKEY_CURRENT_USER \ Software \ Microsoft \ Windows NT \ CurrentVersion \ Windows Messaging Subsystem \ Profile \ / code>  

If you find a folder inside this 'Profile' folder, Outlook is configured for the current user.

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -