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.26106.1555
Syntax
public bool AllowPartialSending { get; set; }

Property Value

Boolean
See Also