SmtpResponse.SmtpResponseType Property
The SmtpResponseType property gets a value that indicates the classification of the Simple Mail Transfer Protocol (SMTP) response.
Namespace: Microsoft.Exchange.Data.Transport.Smtp
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public ReadOnly Property SmtpResponseType As SmtpResponseType
Get
'Usage
Dim instance As SmtpResponse
Dim value As SmtpResponseType
value = instance.SmtpResponseType
public SmtpResponseType SmtpResponseType { get; }
Property Value
Type: Microsoft.Exchange.Data.Transport.Smtp.SmtpResponseType
The SmtpResponseType property returns one of the valid SmtpResponseType enumeration values.