The Imap type exposes the following members.

Events

  Name Description
Public event CommandSentEvent
Occurs after successfully sending data to the IMAP server.
Public event ConnectedEvent
Occurs after a successful connection to the IMAP server.
Public event DataReceivedEvent
Occurs after successfully reading data from the IMAP server.
Public event DisconnectedEvent
Occurs after a successful disconnection from the IMAP server.
Public event Disposed
Occurs when the component is disposed by a call to the Dispose()()()() method.
(Inherited from Component.)
Public event MessageRetrievedEvent
Occurs after successfully reading a message from the IMAP server.

See Also