SmtpResponse.UnrecognizedCommand field
The UnrecognizedCommand field gets an instance of the SmtpResponse structure that represents a 500 5.3.3 Unrecognized command response.
Namespace: Microsoft.Exchange.Data.Transport.Smtp
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Shared ReadOnly UnrecognizedCommand As SmtpResponse
'Usage
Dim value As SmtpResponse
value = SmtpResponse.UnrecognizedCommand
public static readonly SmtpResponse UnrecognizedCommand