Hello,
I have a vb.net app that sends emails to government offices. I would like to be able to go through the bounced emails, parse them and display
- email
- bounce reason
- bounce time
on a data grid. The grid will also have a checkbox next to each record so I can delete these emails later on.
How does one read bounced emails on a server?
How does an email get deleted from the server?
Is there a program third party component that already does what I want to do?
Thank you,
Burak
I have a vb.net app that sends emails to government offices. I would like to be able to go through the bounced emails, parse them and display
- bounce reason
- bounce time
on a data grid. The grid will also have a checkbox next to each record so I can delete these emails later on.
How does one read bounced emails on a server?
How does an email get deleted from the server?
Is there a program third party component that already does what I want to do?
Thank you,
Burak