0

I'm trying to implement a system where a client sends an attachment to say reports@abcorp.com and that attachment is automatically saved to a pre-defined folder so the file can be processed.

I already have the second part ready for processing files in that folder. I'm just not sure how do I automate the first process of moving attached files from a email to that folder.

I'm not sure if I need to create a web service for this or may be use an email client and write a script to scan for emails with attachments and move that to a folder. Please help.

Update: This process needs to take place on a virtual GoDaddy server. I wonder if there is a dropbox solution for implementing something like this.

wackytacky99
  • 614
  • 1
  • 14
  • 33

1 Answers1

2

There are various closed and open source POP email libraries available - isn't that what you're looking for?

EDIT--

http://sourceforge.net/projects/hpop/?source=directory

Reading Email using Pop3 in C#

Community
  • 1
  • 1
Jim W
  • 4,866
  • 1
  • 27
  • 43