| SmtpServerPipelining Property | 
            Gets or sets whether to use commands pipelining if it's supported by the server.
            
 
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
 Syntax
Syntaxpublic bool Pipelining { get; set; }Public Property Pipelining As Boolean
	Get
	Set
Property Value
Type: 
BooleanA boolean value specifying whether to use commands pipelining (ESMTP PIPELINING)
            if it's supported by the server. The default value is 
Pipelining.
 See Also
See Also