The SmtpResponse type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Category |
Gets the category that this response falls into (OK, Failure, Temporary Failure, OK but Waiting for more).
| |
| Code |
Gets the response code sent by the server.
| |
| FullResponse |
Gets the entire response sent by the server.
| |
| Messages |
Gets the message strings sent by the server in its response. Each string will be the message from one of the response lines without the response code.
|
See Also