| SmtpAllowPartialSending Property |
Note: This API is now obsolete.
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; }
<ObsoleteAttribute("Please use Configuration.AllowPartialSending instead.")>
Public Property AllowPartialSending As Boolean
Get
Set
public:
[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, set
Property Value
Type:
BooleanSee Also