SmtpResponseCategory EnumerationIpswitch.Messaging.Framework
Specifies the general category that a particular SMTP response code falls under. This represents the first number of an SMTP Response Code and directly corresponds to the values in the SmtpResponseCode enumeration.

Namespace: Ipswitch.Messaging.Framework.Mail
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public enum SmtpResponseCategory
Members

  Member nameValueDescription
None0 No meaningful response or response code was given.
Success2 The response indicates successful completion of the requested action. (Response codes 2xx)
OkWaitingForMore3 The response indicates that the requested command has been accepted, but is waiting further commands or data before execution. (Response codes 3xx)
TemporaryFailure4 The response indicates that the command was not accepted, but the cause of this rejection is temporary and the action may be requested again. (Response codes 4xx)
Failure5 The response indicates that the command was rejected and further attempts to send this command in the same state should expect the same result. (Response codes 5xx)
See Also

Reference