Pop3 Events |
The Pop3 type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Connected |
Occurs when the connection with the server is successfully established.
|
![]() ![]() | DataReceived |
Occurs when data is received from the POP3 server.
|
![]() ![]() | DataSent |
Occurs when data is sent to the POP3 server.
|
![]() ![]() | Disconnected |
Occurs when the connection with the server gets closed.
|
![]() | Disposed |
Occurs after the component was disposed.
|
![]() ![]() | ErrorOccurred |
Occurs when the MailBeeException is thrown.
|
![]() ![]() | HostResolved |
Occurs when the POP3 server name is successully resolved into IP address(es).
|
![]() ![]() | LoggedIn |
Occurs when the component successfully authenticates the user on the server and logs
in the user account.
|
![]() ![]() | LogNewEntry | |
![]() ![]() | LowLevelDataReceived |
Occurs when data is received from the connected socket.
|
![]() ![]() | LowLevelDataSent |
Occurs when data is sent to the connected socket.
|
![]() ![]() | MessageDataChunkReceived |
Occurs on progress of downloading message source data from the server.
|
![]() ![]() | MessageDownloaded |
Occurs when a message was downloaded from the server.
|
![]() ![]() | SocketConnected |
Occurs when the POP3 server accepts the connection attempt and opens the transmission
channel between the remote host (POP3 server) and the client (MailBee).
|
![]() ![]() | SocketCreating |
Occurs when MailBee needs a new socket object for establishing a connection with the POP3 server.
|
![]() ![]() | TlsStarted |
Occurs when the connection with the server becomes secure.
|