More .NET libraries
-
Rebex Mail Pack
IMAP, MS Graph, EWS, POP3, SMTP, MIME, S/MIME, MSG
-
Rebex Total Pack
All Rebex .NET libraries together
Back to feature list...
Events
On this page:
RejectedRecipient event
The RejectedRecipient
event is raised when a recipient is rejected by the SMTP server
when calling the Smtp.Send
method.
Tip: For more information and sample code, see Handling rejected recipients.
ValidatingCertificate event
The ValidatingCertificate
event is raised when a server certificate is about to be validated
when connecting to a server using TLS/SSL protocol.
By default, a server certificate is validated automatically using Windows CryptoAPI. Use this event if you need to examine and validate the server certificate yourself
TransferProgress event
The TransferProgress
event is raised when data is sent or received.
Use it to get notified about the current progress.
CommandSent event
The CommandSent
event is raised when a command is send to the server.
Tip: To create a communication log, use LogWriter instead - it's much more powerful.
ResponseRead event
The ResponseRead
event is raised when a response is received from the server.
Tip: To create a communication log, use LogWriter instead - it's much more powerful.
Back to feature list...