I'm working on a project that is supposed to be a console application. Since it uses a TNMPOP3 component, someone (newsgroup) told me that it's impossible to make it a console application. Instead, I made an application that has no user visible controls and does its job on the 1st tick of a timer which I put on the form. My boss says this is still not acceptable and wants a console application. Is this possible? If it is possible, how specifically do I instantiate the TNMPOP3 component? Where do I put the code to perform this instantiation?