DirectSendServerConfigPipelining 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 public bool Pipelining { get; set; }
Public Property Pipelining As Boolean
Get
Set
Property Value
Type:
BooleanA
Boolean value which specifies whether to join
SMTP commands in batches if the server supports
PIPELINING extension. The default value is
Pipelining.
Remarks ESMTP PIPELINING extension may provide a great performance benefit if the message
being sent has many recipients. If the server does not support pipelining, this value is ignored.
To access DirectSendServerConfig object,
use Smtp.DirectSendDefaults property.
See Also