Share via


SmtpResponseType Enumeration

The SmtpResponseType enumeration indicates the status returned from a Simple Mail Transfer Protocol (SMTP) request.

Namespace: Microsoft.Exchange.Data.Transport.Smtp
Assembly: Microsoft.Exchange.Data.Transport (in microsoft.exchange.data.transport.dll)

Syntax

'Declaration
Public Enumeration SmtpResponseType
public enum SmtpResponseType
public enum class SmtpResponseType
public enum SmtpResponseType
public enum SmtpResponseType

Members

Member name Description
IntermediateSuccess A 3xx status code.
PermanentError A 5xx status code.
Success A 2xx status code.
TransientError A 4xx status code.
Unknown Unknown status.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003