Anybody have any recommendations? Any example code online? I would like to parse undeliverable messages / ndrs.
views:
26answers:
1
+1
Q:
c# email component or code to parse pop 3 (inbox) messages for bounces / non delivery receipts
+1
A:
I've used these sources in the past to create my own pop3 client class:
Nate Bross
2010-09-16 17:11:38
Do you happen to need the ability to parse the inbox messages for ndr's / bounces? That is the my main reason for accessing the emails in the inbox.
FiveTools
2010-09-16 18:17:01
No I used those samples to simply parse messages for insertion into a database.
Nate Bross
2010-09-16 19:06:44
Does help me some. thx!
FiveTools
2010-09-16 22:32:10