The Imap type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AbortTimeout |
Gets or sets the length of time before the abort operation times out.
| |
| 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.
| |
| CurrentFolder |
Gets the ImapFolder object that represents the currently selected folder,
or null if no folder is selected.
| |
| EnabledExtensions |
Gets or sets the bit field specifying the enabled extensions.
| |
| Encoding |
Gets or sets the Encoding to use to encode and decode command parameters and server responses.
| |
| InstanceId |
Gets instance ID (intended for logging purposes).
(Inherited from NetworkSession.) | |
| IsAuthenticated |
Returns a value indicating whether the session is authenticated.
(Overrides NetworkSession..::..IsAuthenticated.) | |
| IsBusy |
Gets a value indicating whether there is any operation (method) in progress.
| |
| IsConnected |
Gets a value indicating whether the session is connected.
(Overrides NetworkSession..::..IsConnected.) | |
| IsSecured |
Gets the value indicating whether the control connection is secured.
| |
| LocalEndPoint |
Gets the local client EndPoint.
| |
| LogWriter |
Gets or sets the LogWriter used by this object.
(Inherited from NetworkSession.) | |
| Options | Obsolete. | |
| Proxy |
Gets or sets the network proxy to use to access a remote server.
| |
| RemoteEndPoint |
Gets the remote server EndPoint.
| |
| ServerName |
Gets the server name, if available.
(Inherited from NetworkSession.) | |
| ServerPort |
Gets the server port, if available.
(Inherited from NetworkSession.) | |
| Settings |
Gets or sets IMAP object settings.
| |
| State |
Gets the current state of the Imap object.
| |
| SupportedExtensions |
Gets the bit field specifying the extensions supported by the server.
| |
| Timeout |
Gets or sets the length of time in milliseconds before the operation times out (specify -1 or 0 to indicate that the request does not time out).
| |
| TlsDebugLevel | Obsolete. | |
| TlsSocket |
Returns the TLS/SSL socket of secured control connection.
| |
| UserName |
Gets the authenticated user name, if available.
(Inherited from NetworkSession.) | |
| Version |
Returns the version of the SMTP component.
|