Method | Description | |
---|---|---|
SMTPResponse ( SMTPStatusCode StatusCode, String Response = "" ) : System |
Create a new SMTP response.
|
|
ToString ( ) : String |
Returns a string representation of this object.
|
public SMTPResponse ( SMTPStatusCode StatusCode, String Response = "" ) : System | ||
StatusCode | SMTPStatusCode | The SMTP status code. |
Response | String | The SMTP response text. |
return | System |