SmtpState Enum
Namespace: Rebex.Net
Assembly: Rebex.Smtp.dll (version 7.0.9313)
State of the Smtp object.
Syntax
public enum SmtpState
Fields
| Name | Description |
|---|---|
| Connecting | Connecting to server. |
| Disconnected | Client is not connected. |
| Disposed | Object is disposed and must not be used. |
| Pipelining | Pipelining. |
| Processing | Received response is being processed. |
| Reading | Waiting for response or receiving response. |
| Ready | Server is ready and awaiting commands. |
| Sending | Sending command or message data to the server. |