Reading email content

Posted by Steve on Stack Overflow See other posts from Stack Overflow or by Steve
Published on 2010-06-07T19:42:53Z Indexed on 2010/06/07 19:52 UTC
Read the original article Hit count: 270

Filed under:
|
|

Hi,

Hope someone may be able to help. What i am looking to do is create a small winform app in c# to read the content of a email from a pop account, and upload key values to a sql automatically. The email format is always the same for each email, eg,

First name : Last name : Phone number : etc...

Currently the emails are being stored in a pop 3 account however i want a way to reduce having to key the information into the sql by hand.

Can anyone advise how i would go about doing this or could recommend some guides?

Thanks. Steve

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms