| Smtp Events |
The Smtp 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 network.
| |
| DataSent |
Occurs when data is sent to the network.
| |
| Disconnected |
Occurs when the connection with the server gets closed.
| |
| Disposed |
Occurs after the component was disposed.
| |
| ErrorOccurred |
Occurs when the MailBeeException is thrown.
| |
| FinishingJob |
Occurs when the component is about to finish a job of sending an individual e-mail message or a mail merge series.
| |
| HostResolved |
Occurs when the SMTP server name is successully resolved into IP address(es).
| |
| LoggedIn |
Occurs when the component successfully authenticates the user on the SMTP 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.
| |
| MergingMessage |
Occurs when the component is about to merge the e-mail template with a single data table row.
| |
| MessageDataChunkSent |
Occurs on progress of sending message source data to the SMTP server.
| |
| MessageDirectSendDone |
Occurs in direct send mode when the component finished submitting the mail message
to all SMTP MX servers of recipients domains.
| |
| MessageMXLookupDone |
Occurs in direct send mode after the component finished DNS MX lookup
of SMTP MX servers of recipients domains.
| |
| MessageNotSent |
Occurs when the message was not sent due to an error.
| |
| MessageRecipientSubmitted |
Occurs each time the next recipient in the mail message recipients list is
accepted or refused by the SMTP server.
| |
| MessageSenderSubmitted |
Occurs after the sender of the mail message was successfully submitted to the SMTP server.
| |
| MessageSent |
Occurs after the message was successfully sent.
| |
| MessageSubmittedToPickupFolder |
Occurs after the current message was saved to MailBee.NET Queue or IIS SMTP pickup folder.
| |
| MessageSubmittedToServer |
Occurs each time the message is successfully submitted to the SMTP server.
| |
| SendingMessage |
Occurs when the message is about to be sent.
| |
| SocketConnected |
Occurs when the SMTP server accepts the connection attempt and opens the transmission
channel between the remote host (SMTP server) and the client (MailBee).
| |
| SocketCreating |
Occurs when MailBee needs a new socket object for establishing a connection with the SMTP server.
| |
| SubmittingMessageToPickupFolder |
Occurs when the message is about to be saved into MailBee.NET Queue or IIS SMTP pickup folder.
| |
| TlsStarted |
Occurs when the connection with the server becomes secure.
| |
| TransientErrorOccurred |
Occurs on a transient SMTP error which can be ignored because at least one fail-over SMTP server hasn't been tried yet.
|