Examines the specified MailMessage for delivery status notification (DSN) and returns its details.
DSN details extracted from the specified e-mail message, or a null reference (Nothing in Visual Basic) if the message does not contain any DSN.
It's possible that the message is DSN of rare format which is not yet known to MailBee. In this case, contact us so that we would be able to add this format into DSN template database.
| Exception Type | Condition |
|---|---|
| MailBeeInvalidArgumentException | message is a null reference (Nothing in Visual Basic) |
The example is available in DeliveryStatusParser topic.
DeliveryStatusParser Class | MailBee.BounceMail Namespace