RecipientStatusDescription Property |
Gets the description string from the DSN message.
Namespace: MailBee.BounceMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string Description { get; }
Public ReadOnly Property Description As String
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