SmtpResponse.DsnExplanation property
Gets additional information associated with a non-SMTP delivery status notification (DSN) that may contain Unicode characters.
Namespace: Microsoft.Exchange.Data.Transport.Smtp
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Property DsnExplanation As String
Get
Private Set
'Usage
Dim instance As SmtpResponse
Dim value As String
value = instance.DsnExplanation
public string DsnExplanation { get; private set; }
Property value
Type: System.String
Additional information associated with a DSN.