Is there a way to check if lotus notes client running or open using C# .NET
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Lotus Notes has several processes, I suggest you check for nlnotes.exe and notes2.exe. If one of these exists, Notes is running (version 8+) |
|||||
|
|
I don't know what the process name for Lotus Notes Client would be - but you absolutely should be able to. Here is a sample for finding notepad.
If the Process[] is empty, it means no match was found. If it's not empty, it means an instance is running on the local machine. |
|||
|
|