The [Email] attribute was going to be built into ASP.NET MVC 3 as it was in futures? So is it now available or not? I guess it is quite a dumb question but I\'ve sp
[Email]
You can include System.ComponentModel.DataAnnotations and use
[DataType(DataType.EmailAddress)] public String ToAddress { get; set; }