Pop3 to SMTP message custom forwarder in C#

Posted by Troy on Stack Overflow See other posts from Stack Overflow or by Troy
Published on 2009-03-18T03:32:51Z Indexed on 2010/03/22 10:21 UTC
Read the original article Hit count: 429

Filed under:
|
|
|

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 possibly changes the "From" as well. I might need to keep some messages on the server until certain conditions are ready for them to be forwarded.

I found a sample using Chilkat .NET components that might work: http://www.example-code.com/csharp/pop3_forwarder.asp

My question is: Are there any other examples of this in the .NET space using any other components?

Thanks!

© Stack Overflow or respective owner

Related posts about pop3

Related posts about smtp