What are some strategies for programatically setting up an email interface between a pop3 mailbox and an sql server database ?
I'd like to be able to setup an account, say "[email protected]", and any email sent to that email address I'd like to senders email address, the subject and the body of the message inserted into a table (for simplicity let say the table is called 'email' and has just those three columns).
What are some of the available options to accomplish this?