Imap Events |
The Imap 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 IMAP4 server.
|
![]() ![]() | DataSent |
Occurs when data is sent to the IMAP4 server.
|
![]() ![]() | Disconnected |
Occurs when the connection with the server gets closed.
|
![]() | Disposed |
Occurs after the component was disposed.
|
![]() ![]() | EnvelopeDataChunkReceived |
Occurs on progress of downloading FETCH responses (containing message source data, envelopes, and other message-related information) from the server.
|
![]() ![]() | EnvelopeDownloaded |
Occurs when a FETCH response is received from the IMAP4 server and the method which receives
mail messages or envelopes (such as DownloadEnvelopes(String, Boolean, EnvelopeParts, Int32, String, String)) is in progress.
|
![]() ![]() | ErrorOccurred |
Occurs when the MailBeeException is thrown.
|
![]() ![]() | HostResolved |
Occurs when the IMAP4 server name is successfully resolved into IP address(es).
|
![]() ![]() | Idling |
Ticks every 10 milliseconds while in idle state.
|
![]() ![]() | 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.
|
![]() ![]() | MessageStatus |
Occurs when the IMAP4 server informs the client of any changes to mail messages in the currently selected folder.
|
![]() ![]() | ServerStatus |
Occurs when the IMAP4 server reports mailbox or server status information to the client.
|
![]() ![]() | SocketConnected |
Occurs when the IMAP4 server accepts the connection attempt and opens the transmission
channel between the remote host (IMAP4 server) and the client (MailBee).
|
![]() ![]() | SocketCreating |
Occurs when MailBee needs a new socket object for establishing a connection with the IMAP4 server.
|
![]() ![]() | TlsStarted |
Occurs when the connection with the server becomes secure.
|