MailBee.NET Objects 7.1

DeliveryStatusParser.Process Method 

Examines the specified MailMessage for delivery status notification (DSN) and returns its details.

public Result Process(
   MailMessage message
);

Parameters

message
The MailMessage object to be examined.

Return Value

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.

Remarks

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.

Exceptions

Exception Type Condition
MailBeeInvalidArgumentException message is a null reference (Nothing in Visual Basic)

Example

The example is available in DeliveryStatusParser topic.

See Also

DeliveryStatusParser Class | MailBee.BounceMail Namespace