The Imap type exposes the following members.

Properties

  NameDescription
Public propertyCommandTagLength
Gets or set the length of the generated unique command identifier.
Public propertyConnected
Gets a value indicating whether the underlying Socket is connected to a remote host.
(Inherited from TcpTextClient.)
Public propertyIDInformation
Represents client information send to the server on connection using ID command (ID).
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