How to Validate an Email Address Using Visual Basic (Simple)

preview_player
Показать описание
How to Validate an Email Address Using Visual Basic (Simple)

Greetings, today we are going to cover how to validate an email address using Visual Basic. This can be used to help you get an A in your coursework or exam or for any application you are using where you are recieving email user input. A simple way to validate an email using Visual Basic is to use the MailAddress class and attempt to create an instance of it using the email we wish to validate. In a try catch statment, we can check if an error occurs to determine if the email is valid or not. Thanks for watching

Subscribe to keep notified when I upload:

How to Validate an Email Address Using Visual Basic (Simple)
Рекомендации по теме
Комментарии
Автор

Hello Mr. O'Didily, I have some questions regarding Java programming. I am currently watching your "Reading from a CSV File and Searching for a Record in Java" made in 2017 and it won't display full contents on 3 words. I really need help and was wondering if you could assist me please? I really need help.

TisAndrew