EmailAddressValidator Events

The EmailAddressValidator type exposes the following members.

Events
  NameDescription
Public eventCode exampleDataReceived
Occurs when data is received from the network.
Public eventCode exampleDataSent
Occurs when data is sent to the network.
Public eventDisposed
Occurs after the component was disposed.
Public eventErrorOccurred
Occurs when MailBeeException is thrown internally.
Public eventCode exampleLogNewEntry
Occurs when an entry is written into the log file (or into the memory buffer if EmailAddressValidator.Log.MemoryLog is true).
Public eventCode exampleVerified
Occurs once an e-mail addresses in a bulk series has been verified.
Public eventCode exampleVerifying
Occurs when an e-mail address in a bulk series is about to be verified.
Top
See Also