Click or drag to resize

Pop3ConfigurationDisableAPOP Property

Gets or sets the boolean value indicating if APOP login mechanism can be used by UseBestLogin(String, String) method. Default is true.

Namespace:  Limilabs.Client.POP3
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public bool DisableAPOP { get; set; }

Property Value

Type: Boolean
See Also