G
Guest
How can I check from C# code if outlook program is already running?
if not, I run outlook with:
System.Diagnostics.Process.Start("OUTLOOK.EXE");
if not, I run outlook with:
System.Diagnostics.Process.Start("OUTLOOK.EXE");