Click or drag to resize

Imap Properties

The Imap type exposes the following members.

Properties
  NameDescription
Public propertyCapabilities
Gets current capabilities of the server.
Public propertyConfiguration
Gets IMAP protocol configuration.
Public propertyConnected
Gets a value indicating whether the underlying Socket is connected to a remote host. This property makes a nonblocking, zero-byte Send call to determine the current state of the connection.
(Inherited from ClientBase.)
Public propertyCurrentFolder
Gets the status of the currently selected folder.
Public propertyIDInformation
Represents client information send to the server on connection using ID command (ID).
Public propertyInstanceId
Gets a randomly generated unique id that identifies this instance.
(Inherited from ClientBase.)
Public propertyIsCompressed
Gets a Boolean value that indicates whether communication to the remote server is compressed. You can turn compression on by using Compress method.
(Inherited from ClientBase.)
Public propertyIsEncrypted
Gets a Boolean value that indicates whether communication to the remote server is encrypted.
(Inherited from ClientBase.)
Public propertyIsMutuallyAuthenticated
Gets a Boolean value that indicates whether communication to the remote server is mutually authenticated.
(Inherited from ClientBase.)
Public propertyIsSigned
Gets a Boolean value that indicates whether communication to the remote server is signed.
(Inherited from ClientBase.)
Public propertyReadStream
Gets underlying read stream for current connection.
(Inherited from ClientBase.)
Public propertyReceiveTimeout
Gets or sets the amount of time the underlying Socket will wait to receive data once a read operation is initiated.
(Inherited from ClientBase.)
Public propertySendTimeout
Gets or sets the amount of time the underlying Socket will wait for a send operation to complete successfully.
(Inherited from ClientBase.)
Public propertyServerGreeting
Gets the server greeting (initial response).
Public propertyServerIDInformation
Gets the server ID information.
Public propertySocket
Gets the underlying Socket.
(Inherited from ClientBase.)
Public propertySSLConfiguration
Gets SSL/TLS configuration (client certificates, enabled SSL/TLS protocols).
(Inherited from ClientBase.)
Public propertyWriteStream
Gets underlying write stream for current connection.
(Inherited from ClientBase.)
Top
See Also