ConnectionState Enumeration |
Describes the current state of the connection.
Namespace:
Aspose.Email.Clients
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public enum ConnectionState
Public Enumeration ConnectionState
public enum class ConnectionState
Members
| Member name | Value | Description |
---|
| Closed | 0 | Obsolete.
The connection is closed.
|
| Open | 1 |
The connection is open.
|
| Broken | 16 |
The connection is broken.
|
See Also