문제

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

I found something on this http://www.outlookbanter.com/add-ins-outlook/94961-out-check-whether-outlook-configured.html

but don't think it's relevant.

The above link shows approach using registry. I want to know is there any other way except inspecting registry?

도움이 되었습니까?

해결책

Check following link

How to detect whether Outlook is configured on machine using Regis

As described here, you can perform following check from registry entry

HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows
Messaging Subsystem\Profiles

If you find any folder inside this 'Profiles' folder, then the Outlook is configured for the current user.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top