The Pop3 type exposes the following members.
Properties
Name | Description | |
---|---|---|
AbortTimeout |
Gets or sets the length of time before the abort operation times out.
| |
Encoding |
Gets or sets the Encoding used to encode
command arguments sent to the server and decode received answers.
| |
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 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 POP3 object settings.
| |
State |
Gets the current state of the Pop3 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 POP3 component.
|