Class PipeliningStatus
PipeliningStatus class
Defines pipelining status for mail client.
public class PipeliningStatus
Properties
| Name | Description |
|---|
| 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
| Name | Description |
|---|
| override ToString() | Returns a string that represents the current object. |
| implicit operator | Converts boolean value to PipeliningStatus object (4 operators) |
See Also