I have a small application that sends an email every 5 mins.
The app is currently a form, when I open the form the timer event starts and scans a folder and sends an email with an attachment if a file is present.
I want the application to hide in the background and moreover to start if the server is re-booted.
Could somebody help on how I should do this?
Thanks in advance!
The app is currently a form, when I open the form the timer event starts and scans a folder and sends an email with an attachment if a file is present.
I want the application to hide in the background and moreover to start if the server is re-booted.
Could somebody help on how I should do this?
Thanks in advance!