Explicitly disables APOP authentication.

Namespace:  Rebex.Net
Assembly:  Rebex.Pop3 (in Rebex.Pop3.dll)

Syntax

Visual Basic
Public Property DisableApopAuthentication As Boolean
	Get
	Set
C#
public bool DisableApopAuthentication { get; set; }

Field Value

True to disable the APOP authentication; false (default) to enable APOP.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also