State of the Smtp object.
Namespace:
Rebex.Net
Assembly:
Rebex.Smtp (in Rebex.Smtp.dll)
Syntax
| Visual Basic |
|---|
Public Enumeration SmtpState |
| C# |
|---|
public enum SmtpState |
Members
| Member name | Description | |
|---|---|---|
| Disconnected | Client is not connected. | |
| Connecting | Connecting to server. | |
| Ready | Server is ready and awaiting commands. | |
| Sending | Sending command or message data to the server. | |
| Reading | Waiting for response or receiving response. | |
| Processing | Received response is being processed. | |
| Pipelining | Pipelining. | |
| Disposed | Object is disposed and must not be used. |