| DsnRecipientDiagnosticCodeType Property | 
            Gets the diagnostic code type.
            
 
Namespace: MailBee.BounceMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
 Syntax
Syntaxpublic string DiagnosticCodeType { get; }Public ReadOnly Property DiagnosticCodeType As String
	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
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
See Also