C# Class org.GraphDefined.Vanaheimr.Hermod.SMTP.SMTPExtendedResponse

An extended SMTP responses.
Inheritance: SMTPResponse
显示文件 Open project: Vanaheimr/Hermod Class Usage Examples

Public Methods

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.

Method Details

SMTPExtendedResponse() public method

Create a new SMTP response.
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

ToString() public method

Returns a string representation of this object.
public ToString ( ) : String
return String