I've managed to configure my smtp server to send mail using asp.net stuff. This was my main objective and I got it to work. Now I want to tackle incoming mail, because well, I have an smtp server so I might as well.
I currently have it configured to recieve mail in the drop folder. ALL mail that gets sent to my @domain.com goes to this drop folder regardless of who the name@domain.com is. So I just have this folder with a ton of emails to any possible user. In the past, win2k days, I remember being able to add mail users and then subsequent folders within the drop folder.
Basically my question is: what is the standard way to sort the recieved mail by recipient? I doubt the intended method is parsing .eml files, but maybe thats the new standard. I really don't know and thats why I'm asking.
I not a sysadmin, I'm just mucking around on my own time.