the idea is to list the processes running and if the outlook is in the list executes the send email, if it does not execute the open outlook, I stopped in the part to check if it is open or not. Can someone help me?Outlook.xaml (12.7 KB)
Hi,
Store the list of the processes to one variable(var1),then check for the condition var1.toString.contains(“Outlook”) if the outlook processes is found then will send email if the outllok is nt found then in else part open the outlook using open application.