How can I retrieve an e-mail, open a .msg attachment, and parse the attachment, in ASP.NET?

Posted by Brisbe42 on Stack Overflow See other posts from Stack Overflow or by Brisbe42
Published on 2010-03-23T19:11:26Z Indexed on 2010/03/23 19:13 UTC
Read the original article Hit count: 277

Filed under:
|
|
|

I need to be able to make a program that looks through a mailbox of bounced messages, where the messages come back with the initial message in a .msg attachment, and open the .msg attachment for processing in ASP.NET 2.0. Is there any sort of code that might help in this? I've been looking at http://stackoverflow.com/questions/44383/reading-email-using-pop3-in-c as a starting point, but can't figure out how best to open the attachment from there, or if there's some easier way I'm missing.

© Stack Overflow or respective owner

Related posts about asp.net-2.0

Related posts about pop3