Click or drag to resize

SmtpConfigurationAllowPartialSending Property

Gets or sets the value indicating if SendMessage(IMail) and SendMessage(SmtpMail) should send a 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
public bool AllowPartialSending { get; set; }

Property Value

Type: Boolean
See Also