Click or drag to resize

SmtpEnablePipelining Property

Note: This API is now obsolete.

Gets or sets the value indicating if Pipelining should be used when sending messages. Default is true.

Namespace: Limilabs.Client.SMTP
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
[ObsoleteAttribute("Please use Configuration.EnablePipelining instead.")]
public bool EnablePipelining { get; set; }

Property Value

Boolean
See Also