tags:

views:

147

answers:

1

i want to parse the header of the bounced email. i have tried to use some open source email parser but did not find any email parser that can parse email header thanx

A: 

Assuming that you are using SmtpClient to send email have a look at the code example for SmtpFailedRecipientsException in the MSDN.

Philip Fourie