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:
Notification event
The Notification
event is raised when a notification is received from the IMAP server.
Use it to get notified about changes in the current working folder
Tip: For sample code, see Getting list of changes.
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...