Click or drag to resize

SmtpResponse Properties

The SmtpResponse type exposes the following members.

Properties
 NameDescription
Public propertyCode Gets the status code. 2yz is positive completion reply; 3yz is positive intermediate reply; Other is negative.
Public propertyEnhancedStatusCode Gets enhanced status code. e.g. 2.1.0. 2.X.X is success; 4.X.X is persistent transient failure; 5.X.X is permanent failure.
Public propertyLines Gets the lines returned from server as strings. Every line is striped off of the Code and '-' char at the beginning and new line characters at the end.
Public propertyMessage First line of the response or null if Lines collection is empty.
Public propertyStatus Gets the status of this response.
Top
See Also