Smtp |
The SmtpResponse type exposes the following members.
| Name | Description | |
|---|---|---|
| Code | Gets the status code. 2yz is positive completion reply; 3yz is positive intermediate reply; Other is negative. | |
| EnhancedStatusCode | 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. | |
| Lines | 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. | |
| Message | First line of the response or null if Lines collection is empty. | |
| Status | Gets the status of this response. |