Author |
|
manoj.kaushik@d Newbie
Joined: 22 March 2010 Location: India
Online Status: Offline Posts: 4
|
Posted: 22 March 2010 at 11:25pm | IP Logged
|
|
|
According to my business requirement i have to record all bounce email sent from mailbee mailings.based on Status of message I mark the bounced message as HardBuonce or soft bounce.I am fetching the Status from the message header.If it is not found there then I found it in message body.when I opened the message I found that sometimes the Status code (i.e. 5.4.1) for bounce is in the actual bounce message but in most cases the bounce Status code is contained inside an attached file called details.txt so my code was not able to Fetch the Status and as of my default settings, in absence of Status code, the email was considered as Soft Bounce.
Kindly advise how to find the status code for each bounce message?
additionally i have noticed mailbee objects.net now have a bounce assembly part of the DLL, maybe we need to use this??? see link below.
http://www.afterlogic.com/mailbee-net/docs/MailBee.BounceMai l.html
Providing few samples regarding the same will be a great support.
Thanks with Regards
Manoj
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 23 March 2010 at 2:19am | IP Logged
|
|
|
First of all, we have a detailed tutorial of dealing with bounce messages. Of course, you can also use BounceMail component, process the message and check RecipientStatus for each recipient. You'll need to retrieve DsnInfo property containing DsnRecipient object, either DiagnosticCode or DiagnosticCodeType item should help.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
FredBeecher Newbie
Joined: 23 April 2010
Online Status: Offline Posts: 3
|
Posted: 23 April 2010 at 3:58pm | IP Logged
|
|
|
How do you retrieve the dsninfo?
|
Back to Top |
|
|
FredBeecher Newbie
Joined: 23 April 2010
Online Status: Offline Posts: 3
|
Posted: 23 April 2010 at 4:01pm | IP Logged
|
|
|
Is there a tutorial somewhere? I'm a techno-newb so sorry if it's a stupid question.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 26 April 2010 at 2:48am | IP Logged
|
|
|
Please check the example found at this documentation page.
Hope this helps!
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|