you can use it as below
If IsValidEmail("[email protected]") Then
'valid email
Else
'invalid email
End If
0
solved How to validate E-Mail Address Format
you can use it as below
If IsValidEmail("[email protected]") Then
'valid email
Else
'invalid email
End If
0
solved How to validate E-Mail Address Format