IConnection Interface

IConnectionAdapter allows to manage connection to a server.

Namespace:  Aspose.Email.Clients
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public interface IConnection : IDisposable

The IConnection type exposes the following members.

Properties
  NameDescription
Public propertyConnectionId
Gets connection Id
Public propertyIsDisposed
Gets value which is indicates whether connection is disposed
Methods
  NameDescription
Public methodDispose (Inherited from IDisposable.)
See Also