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

An extended SMTP responses.
Inheritance: SMTPResponse
Afficher le fichier Open project: Vanaheimr/Hermod Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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.
Résultat System

ToString() public méthode

Returns a string representation of this object.
public ToString ( ) : String
Résultat String