Class PipeliningStatus

PipeliningStatus class

Defines pipelining status for mail client.

public class PipeliningStatus

Properties

NameDescription
ClientMode { get; set; }Gets or sets a value that defines how mail client supports the pipelining
PipeliningEnabled { get; }Gets a value that defines if pipelining mode is enabled.
SupportedByServer { get; }Gets value that indicates if pipelining mode is supported by a server.

Methods

NameDescription
override ToString()Returns a string that represents the current object.
implicit operatorConverts boolean value to PipeliningStatus object (4 operators)

See Also