Click or drag to resize

SmtpExtensionPipelining Field

PIPELINING extension. It allows client to transmit groups of SMTP commands in batches without waiting for a response to each individual command. SendMessage(IMail) method uses this feature to speed up sending messages. (RFC 2920)

Namespace: Limilabs.Client.SMTP
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public static SmtpExtension Pipelining

Field Value

SmtpExtension
See Also