SmtpServerPipelining Property |
Gets or sets whether to use commands pipelining if it's supported by the server.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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