Looking for fixlet to execute only when outlook is not running

I’m looking for some relevance.

We are looking for a fixlet to execute only when outlook is not running.

I will pre-stage the fixlet on the endpoint so it’s there and ready, just looking for the code to have it run when outlook is not running.

Matt

For Windows you can try something like:

not exists running application “outlook.exe”

2 Likes