I have 2 .NET 4 console apps that I want to run as a scheduled tasks, but set up so that it does not need user logged in.
Both apps are nearly identical, and are reading Exchange inboxes via IMAP.
#1 copies attachments to a folder
#2 saves the body to a database, based on the subject line.
#1 is working perfectly, no problems.
#2 works fine when run manually, or when the task is set up...