I\'d like to write a service that periodically checks a POP3 account for new messages and based on custom business logic forwards the messages to an appropriate \"To\", and
The following SO questions/answers might help finding components for the POP3 part of your porject:
And you can use SmtpClient in System.Net.Mail for sending the mails: