 | SmtpAllowPartialSending Property |
Note: This API is now obsolete.
Namespace: Limilabs.Client.SMTPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax[ObsoleteAttribute("Please use Configuration.AllowPartialSending instead.")]
public bool AllowPartialSending { get; set; }<ObsoleteAttribute("Please use Configuration.AllowPartialSending instead.")>
Public Property AllowPartialSending As Boolean
Get
Setpublic:
[ObsoleteAttribute(L"Please use Configuration.AllowPartialSending instead.")]
property bool AllowPartialSending {
bool get ();
void set (bool value);
}[<ObsoleteAttribute("Please use Configuration.AllowPartialSending instead.")>]
member AllowPartialSending : bool with get, setProperty Value
Boolean
See Also