The Pop3 type exposes the following members.

Properties

  NameDescription
Public propertyConnected
Gets a value indicating whether the underlying Socket is connected to a remote host.
(Inherited from TcpTextClient.)
Public propertyHasTimeStamp
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.
Public propertyReader
StreamReader used for reading from network stream or SSL stream.
(Inherited from TcpTextClient.)
Public propertyReceiveTimeout
Gets or sets the amount of time a TcpClient will wait to receive data once a read operation is initiated.
(Inherited from TcpTextClient.)
Public propertySendTimeout
Gets or sets the amount of time a TcpClient will wait for a send operation to complete successfully.
(Inherited from TcpTextClient.)
Public propertySocket
Gets the underlying Socket.
(Inherited from TcpTextClient.)
Public propertySSLConfiguration
Represents SSL configuration (client certificates, enabled SSL protocols).
(Inherited from TcpTextClient.)
Public propertySSLStream
Gets SslStream or null if SSL is not enabled.
(Inherited from TcpTextClient.)
Public propertyStream
Gets SslStream or NetworkStream for current connection.
(Inherited from TcpTextClient.)
Public propertyWriter
StringWriter used for writing to network stream or SSL stream.
(Inherited from TcpTextClient.)

See Also