EmailBox Demo

VControl Home

All Fields Below Are Required Unless Noted
EmailBox (Basic)
The basic control, which reads default values from the web.config.
EmailBox (Basic - No Config Defaults)
The basic control, which ignores default values in the web.config.
EmailBox (Basic - Optional):
The basic control, which reads default values from the web.config. This control's IsRequired property has been set to false.
EmailBox (Basic - Simply Required):
The basic control, which reads default values from the web.config. This control's UseRegExValidation property has been set to false, making it simply a required field.
EmailBox (Custom)
This example sets most of the available properties declaratively.
Email - With MX Check
This example uses a web service to perform an MX record lookup on the email address's domain.