MailBee.NET Objects 4.0

Global.Pipelining Property

Gets or sets whether pipelining (joining commands in batches) must be enabled by default.

public static bool Pipelining {get; set;}

Property Value

If true, the pipelining will be enabled by default; otherwise, disabled. The default value is true.

Remarks

If this property value is true and pipelining was not explicitly disabled and the mail server supports pipelining, it will be used. Using pipelining greatly increases performance of communication with the mail server.

Note   If SafeMode is false, Pipelining value will be false too and the pipelining will be disabled.
The developer, however, may still connect to the mail server with pipelining enabled using Connect method overload which explicitly specifies whether pipelining should be used or not. For instance, for Pop3 class, such overload is Connect.

See Also

Global Class | MailBee Namespace