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.

See also

Reference

SmtpResponse structure

SmtpResponse members

Microsoft.Exchange.Data.Transport.Smtp namespace