SmtpServerPipelining Property
Gets or sets whether to use commands pipelining if it's supported by the server.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public bool Pipelining { get; set; }

Property Value

Type: Boolean
A boolean value specifying whether to use commands pipelining (ESMTP PIPELINING) if it's supported by the server. The default value is Pipelining.
See Also