I want to write an application (most probably in C#) that checks e-mails on a particular account, detects attached files and detaches them to a folder for processing.
Are there standard .NET classes to perform these tasks ? If not, what else can I use ?
The application will run as a service.