The Pop3 type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Connected |
Gets a value indicating whether the underlying Socket is connected to a remote host.
(Inherited from TcpTextClient.) | |
| HasTimeStamp |
True if there was a timestamp in server's greeting
(usually it means that APOP command is supported, but not always).
Filled by Connect method.
| |
| Reader | StreamReader used for reading from network stream or SSL stream.
(Inherited from TcpTextClient.) | |
| ReceiveTimeout |
Gets or sets the amount of time a TcpClient will wait to receive data once a read operation is initiated.
(Inherited from TcpTextClient.) | |
| SendTimeout |
Gets or sets the amount of time a TcpClient will wait for a send operation to complete successfully.
(Inherited from TcpTextClient.) | |
| Socket |
Gets the underlying Socket.
(Inherited from TcpTextClient.) | |
| SSLConfiguration |
Represents SSL configuration (client certificates, enabled SSL protocols).
(Inherited from TcpTextClient.) | |
| SSLStream |
Gets SslStream or null if SSL is not enabled.
(Inherited from TcpTextClient.) | |
| Stream |
Gets SslStream or NetworkStream for current connection.
(Inherited from TcpTextClient.) | |
| Writer | StringWriter used for writing to network stream or SSL stream.
(Inherited from TcpTextClient.) |