DsnRecipientDiagnosticCodeType Property
Gets the diagnostic code type.

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

Property Value

Type: String
A string value with the diagnostic code type from "Diagnostic-Code" DSN field, or a null reference (Nothing in Visual Basic) if no such field contained in the DSN.
Remarks
When Action is Failed or Delayed for the given recipient, this field contains the actual diagnostic code type issued by the mail transport.

In this example, DSN field is:
Diagnostic-Code: smtp; Permanent Failure: Other address status
The return value is marked bold.

See Also