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