I think that option is the same as /Ox, which essentially enables cross-file inlining by storing IR in obj files and having the linker do the actual code generation.
I need to finish up a console app that grabs and processes emails. I was using System.timer to loop the mail retrieval like every 10 minutes, but, due to what I have to deal with server-side, the ...