Returns a value indicating whether the clear text login is disabled. Either use one of the more secure authentication methods, or upgrade to TLS/SSL if you wish to perform clear text login.

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

Syntax

Visual Basic
Public ReadOnly Property ClearTextLoginDisabled As Boolean
	Get
C#
public bool ClearTextLoginDisabled { get; }

Field Value

A value indicating whether the clear text login is disabled.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also