The ActivationEmailRecovery type exposes the following members.

Events

  Name Description
Public event ActivationEmailSending
Occurs before activation email sending. The default action can be stopped via the Cancel property of the CancelEventArgs.
Public event ActivationEmailSendingCompleted
Occurs after activation email sending is completed. One typically displays a success message or redirects a user to another page in this event.

See Also