Automatic e-mail processing

Posted by Jon Harrop on Stack Overflow See other posts from Stack Overflow or by Jon Harrop
Published on 2010-03-27T02:09:43Z Indexed on 2010/03/27 2:13 UTC
Read the original article Hit count: 295

I'd like to write a .NET application in F# to automate some of the processing of my e-mails. For example, when an order comes in my program might compute a new htpasswd from the e-mail's contents, upload it to our web server and reply to the customer with login details.

How do people do this? I've tried Outlook 2007 automation but it just prompts the user for security and my attempts to get it to stop doing this have failed so I cannot automate anything with it. Is there a .NET-friendly e-mail client I can use more easily?

This has been so tedious that I'm seriously considering writing my own .NET-friendly e-mail client...

© Stack Overflow or respective owner

Related posts about e-mail

Related posts about transaction