WCF Windows Service Monitor and process emails

Posted by acadia on Stack Overflow See other posts from Stack Overflow or by acadia
Published on 2010-05-04T00:18:48Z Indexed on 2010/05/04 0:28 UTC
Read the original article Hit count: 716

Filed under:
|
|
|

Hello, I need your suggestions in solving this issue. Here is the requirement. We have a Microsoft Exchange server and we have a service email account [email protected].

We have scanners all owner the company when a user scans a document and email is sent to [email protected] as attachment.

Now I need to write a Windows service which needs to monitor that email account and whenever an email is received, read the attachement and store it in the database.

My question is, is it possible to do something of this sort?

Any suggestions greatly appreciated.

Thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about wcf