Method | Description | |
---|---|---|
SMTPExtendedResponse ( SMTPStatusCode StatusCode, String Response = "", System.Boolean MoreDataAvailable = false ) : System |
Create a new SMTP response.
|
|
ToString ( ) : String |
Returns a string representation of this object.
|
public SMTPExtendedResponse ( SMTPStatusCode StatusCode, String Response = "", System.Boolean MoreDataAvailable = false ) : System | ||
StatusCode | SMTPStatusCode | The SMTP status code. |
Response | String | The SMTP response text. |
MoreDataAvailable | System.Boolean | True, if more result lines are available. |
return | System |