Pop3Settings.DisableApopAuthentication Property
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9083)
DisableApopAuthentication
Explicitly disables APOP authentication.
Declaration
public bool DisableApopAuthentication { get; set; }
Property Value
Type | Description |
---|---|
Boolean | True to disable the APOP authentication; false (default) to enable APOP. |