Pop3 Events

The Pop3 type exposes the following members.

Events
  NameDescription
Public eventCode exampleConnected
Occurs when the connection with the server is successfully established.
Public eventCode exampleDataReceived
Occurs when data is received from the POP3 server.
Public eventCode exampleDataSent
Occurs when data is sent to the POP3 server.
Public eventCode exampleDisconnected
Occurs when the connection with the server gets closed.
Public eventDisposed
Occurs after the component was disposed.
Public eventCode exampleErrorOccurred
Occurs when the MailBeeException is thrown.
Public eventCode exampleHostResolved
Occurs when the POP3 server name is successully resolved into IP address(es).
Public eventCode exampleLoggedIn
Occurs when the component successfully authenticates the user on the server and logs in the user account.
Public eventCode exampleLogNewEntry
Occurs when an entry is written into the log file (or into the memory buffer if Pop3.Log.MemoryLog is true).
Public eventCode exampleLowLevelDataReceived
Occurs when data is received from the connected socket.
Public eventCode exampleLowLevelDataSent
Occurs when data is sent to the connected socket.
Public eventCode exampleMessageDataChunkReceived
Occurs on progress of downloading message source data from the server.
Public eventCode exampleMessageDownloaded
Occurs when a message was downloaded from the server.
Public eventCode exampleSocketConnected
Occurs when the POP3 server accepts the connection attempt and opens the transmission channel between the remote host (POP3 server) and the client (MailBee).
Public eventCode exampleSocketCreating
Occurs when MailBee needs a new socket object for establishing a connection with the POP3 server.
Public eventCode exampleTlsStarted
Occurs when the connection with the server becomes secure.
Top
See Also