| | Name | Description |
 | AutoList | Gets or sets a value which determines if a list is performed upon login. |
 | AutoPurge | Gets or sets a value which determines if messages are automatically expunged. |
 | Busy | Returns true if a method is currently in use. |
 | Capabilities | Gets an array of strings representing the capabilities of the IMAP server. |
 | Certificate | The Certificate object representing the certificate to use for optional client-side authentication. |
 | Connected | Gets the connected state of the connection. |
 | Connection | Gets the Tcp component instance used for the connection. |
 | Container | (Inherited from System.ComponentModel.Component) |
 | CurrentMailbox | Gets or sets the Mailbox object representing the currently selected mailbox. |
 | Delimiter | Gets the delimiter used to separate mailbox levels. |
 | DoEvents | Gets or sets a value that controls the processing of events during blocking method calls. |
 | Editor | In Visual Studio.NET, displays an interactive form to use to test real time protocol operations. |
 | EnableMailboxNameEncoding | Gets or sets a value which determines if mailbox names are encoded/decoded. |
 | Idle | Controls the current idle state of the Imap component |
 | Mailboxes | Gets a MailboxCollection containing representations of mailboxes that are available on the server. |
 | Security | Specifies the security protocol and authentication type used. |
 | Site | (Inherited from System.ComponentModel.Component) |
 | SynchronizingObject | Set this object to automatically control thread marshalling between worker threads and the main UI thread. |
 | Tag | Gets or sets an object reference that can be used to associate this instance with any other. Gets or sets an object reference that can be used to associate this instance with any other. |
 | Timeout | Specifies the maximum number of milliseconds to wait for responses to commands. |
 | UseAuthentication | Gets or sets a value that determines if certificate authentication is used. |
 | UseMemoryStreams | Controls whether attachments are decoded and stored as FileStreams or as MemoryStreams when a message is retrieved. |