Imap.ClearTextLoginDisabled Property
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9448)
ClearTextLoginDisabled
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.
Declaration
public bool ClearTextLoginDisabled { get; }
Property Value
| Type | Description |
|---|---|
| Boolean | A value indicating whether the clear text login is disabled. |