The ActivationEmailRecovery type exposes the following members.

Constructors

  Name Description
Public method ActivationEmailRecovery
Constructor.

Methods

Extension Methods

  Name Description
Public Extension Method ConvertTo(Type) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)()()()() Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)(TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method GetCurrentStackTrace
Gets current stack trace information.
(Defined by ObjectExtension.)
Public Extension Method GetDebugInformation
Gets the debug information for currently executing code.
(Defined by ObjectExtension.)
Public Extension Method GetExecutingMethodName
Gets the executing method name.
(Defined by ObjectExtension.)
Public Extension Method GetPagerTemplate
Gets pager template.
(Defined by ControlExtension.)
Public Extension Method GetPropertyType
Gets a property type.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyValue
Gets a property or field value from the object (Dot notation enabled).
(Defined by ObjectExtension.)
Public Extension Method PropertyExists
Check if property exists.
(Defined by ObjectExtension.)
Public Extension Method SetPropertyValue
Sets a property or field value to the object (Dot notation enabled).
(Defined by ObjectExtension.)

Fields

  Name Description
Protected field btnSend
btnSend control.
Protected field captchaModule
captchaModule control.
Protected field Div1
Div1 control.
Protected field Img1
Img1 control.
Protected field labInfo
labInfo control.
Protected field txtUserName
txtUserName control.
Protected field validationHandler
validationHandler control.
Protected field validationSummary
validationSummary control.
Protected field vldRequiredUserName
vldRequiredUserName control.

Properties

  Name Description
Public property ActivationEmailRecoveryPageUrl
Gets or sets activation e-mail recovery page url.
Public property ActivationEmailSentMessage
Gets or sets the activation e-mail sent message.
Public property ActivationPageUrl
Gets or sets activation page url.
Public property EnableCaptcha
Gets or sets a flag if Captcha is enabled.
Public property InvalidUserNameMessage
Gets or sets the invalid user name message.
Public property MailSubject
Mail message subject.
Public property MailTemplateHtml
HTML template for mail message sent on successful registration.
Public property MailTemplatePlainText
Plain text template for mail message sent on successful registration.
Public property UserAlreadyActiveMessage
Gets or sets the user already active message.
Public property UserName
Gets or sets the user name.

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