Click or drag to resize

SmtpAllowPartialSending Property

Note: This API is now obsolete.

Gets or sets the value indicating if SendMessage(IMail) and SendMessage(SmtpMail) should send message even if some recipients were rejected. Setting this value to true when Pipelining is used improves performance. Default is false.

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

Property Value

Type: Boolean
See Also