RecipientStatusDescription Property
Gets the description string from the DSN message.

Namespace: MailBee.BounceMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string Description { get; }

Property Value

Type: String
A string containing the description for the DSN for certain recipient, or a null reference (Nothing in Visual Basic) if not available.
Remarks

Description is a human-readable text which usually contains the reason why the original message was bounced.

MailBee can take this description either from the DSN message body text of from the DSN attachment (see Source property for details).

See Also