SmtpResponse Class |
Namespace: Limilabs.Client.SMTP
The SmtpResponse type exposes the following members.
Name | Description | |
---|---|---|
Code |
Gets the status code.
2yz is positive completion reply;
3yz is positive intermediate reply;
Other is negative.
| |
EnhancedStatusCode |
Gets enhanced status code. e.g. 2.1.0.
2.X.X is success;
4.X.X is persistent transient failure;
5.X.X is permanent failure.
| |
Lines |
Gets the lines returned from server as strings.
Every line is striped off of the Code and '-' char at the beginning and new line characters at the end.
| |
Message |
First line of the response or null if Lines collection is empty.
| |
Status |
Gets the status of this response.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Returns a string that represents the current SmtpResponse.
(Overrides ObjectToString.) |