DeliveryStatusParserProcess Method |
Examines the specified
MailMessage for delivery status notification (DSN) and returns its details.
Namespace: MailBee.BounceMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public Result Process(
MailMessage message
)
Public Function Process (
message As MailMessage
) As Result
Parameters
- message
- Type: MailBee.MimeMailMessage
The MailMessage object to be examined.
Return Value
Type:
ResultDSN details extracted from the specified e-mail message, or a null reference (
Nothing in Visual Basic)
if the message does not contain any DSN.
Exceptions 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.
Examples See Also