I Build some simple code to fill the field like a forms. I put email input and i want to validate and if mail address was correct the code was allow to another action.
Console.Write("Enter Your Email : "); string acmail = Console.ReadLine();
validate the "acmail" it's a valid email adress or not