UtilMailValidateMail(String) Method
Validates a mail address.
Namespace: DevCase.Core.Networking.MailingAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool ValidateMail(
string address
)
Public Shared Function ValidateMail (
address As String
) As Boolean
Dim address As String
Dim returnValue As Boolean
returnValue = UtilMail.ValidateMail(address)
public:
static bool ValidateMail(
String^ address
)
static member ValidateMail :
address : string -> bool
No code example is currently available or this language may not be supported.
- address String
-
The mail address.
Boolean if the mail address is valid,
otherwise.
This is a code example.
No code example is currently available or this language may not be supported.
Dim isValid As Boolean = ValidateMail("Address@Gmail.com")
Dim isValid As Boolean = ValidateMail("mailto:Address@Gmail.com")
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.