The Imap type exposes the following members.

Properties

  Name Description
Public property Authenticated
Public property AuthMode
Gets/Sets the authorization mode.
Protected property CanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from Component.)
Public property CommandCount
Gets/Sets the current command count.
Public property Container
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public property CurrentMailbox
Gets/Sets the current mail box.
Public property Debug
Gets/Sets Imap debug flag.
Public property DebugStream
Gets/Sets debug output stream.
Public property DeleteMessages
Gets/Sets Delete flag used to delete messages from IMAP server.
Protected property DesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Protected property Events
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
Public property Hostname
Gets/Sets the IMAP server host name.
Public property LicenseKey
License key.
Public property Password
Gets/Sets the Password used to retrieve messages from the IMAP server.
Public property Port
Gets/Sets the IMAP server port number.
Public property ProxyHostname
Gets/Sets the hostname or IP address of the Proxy server.
Public property ProxyPassword
Gets/Sets the password used to log in to the Proxy server.
Public property ProxyPort
Gets/Sets the port of the Proxy server.
Public property ProxyType
Gets/Sets the type of Proxy server.
Public property ProxyUsername
Gets/Sets the username used to log in to the Proxy server.
Public property Site
Gets or sets the ISite of the Component.
(Inherited from Component.)
Public property Timeout
Gets/Sets the Socket Timeout parameter.
Public property Username
Gets/Sets the Username used to retrieve messages from the IMAP server.

See Also