Documentation for this section has not yet been entered.
Use the CreateUserWizard.EmailRegularExpression property to specify a regular expression that validates the e-mail address entered by the user to confirm that it matches a specific pattern. A common use is to make sure that the user has entered a complete e-mail address, such as user@contoso.com. The regular expression is used in addition to any restrictions placed on the e-mail address by the membership provider specified in the CreateUserWizard.MembershipProvider property. If the membership provider rejects the e-mail address for any reason, the text contained in the CreateUserWizard.InvalidEmailErrorMessage property is displayed.
The address is only compared to the regular expression if the CreateUserWizard.RequireEmail property is set to true.
If the e-mail address does not pass the regular expression, the text contained in the CreateUserWizard.EmailRegularExpressionErrorMessage property is displayed to the user.