SmtpResponse.EnhancedStatusCode property

The EnhancedStatusCode property gets the enhanced status code for the response.

Namespace:  Microsoft.Exchange.Data.Transport.Smtp
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

'Declaration
Public ReadOnly Property EnhancedStatusCode As String
    Get
'Usage
Dim instance As SmtpResponse
Dim value As String

value = instance.EnhancedStatusCode
public string EnhancedStatusCode { get; }

Property value

Type: System.String
The EnhancedStatusCode property returns a string value containing the enhanced status code of the response in the form X.Y.Z.

See also

Reference

SmtpResponse structure

SmtpResponse members

Microsoft.Exchange.Data.Transport.Smtp namespace