PipeliningStatus Class

Defines pipelining status for mail client.
Inheritance Hierarchy
SystemObject
  Aspose.Email.ClientsPipeliningStatus

Namespace:  Aspose.Email.Clients
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class PipeliningStatus

The PipeliningStatus type exposes the following members.

Properties
  NameDescription
Public propertyClientMode
Gets or sets a value that defines how mail client supports the pipelining
Public propertyPipeliningEnabled
Gets a value that defines if pipelining mode is enabled.
Public propertySupportedByServer
Gets value that indicates if pipelining mode is supported by a server.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Operators
See Also