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; } |