MikeDamone
Programmer
I am using the the Outlook Assembly to send meeting requests and I have noticed that outlook.exe stays running as a process in task manager even after my program completes. At the bottom of my code I am logging off the namespace and quitting the application object like so
ons.logoff
oapp.quit
But the process is still running. Anyone know how to kill it? Thanks
ons.logoff
oapp.quit
But the process is still running. Anyone know how to kill it? Thanks