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
Post a Comment