We are using the EmailAddressAttribute from the msdn site
This is validating addresses so the validation is fine and works.. however, where is the validation itself or standard defined that this library uses? I have been searching through various websites just to find what the standard is for this.
I am also aware of overriding this base class and giving it my own regex to use as the validation like stated here, but I am just curious as to where the validation is from the above link.