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
Members
  Member nameValueDescription
Closed0 Obsolete. The connection is closed.
Open1 The connection is open.
Broken16 The connection is broken.
See Also