UtilMailValidateMail(MailAddress) 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(
MailAddress address
)
Public Shared Function ValidateMail (
address As MailAddress
) As Boolean
Dim address As MailAddress
Dim returnValue As Boolean
returnValue = UtilMail.ValidateMail(address)
public:
static bool ValidateMail(
MailAddress^ address
)
static member ValidateMail :
address : MailAddress -> bool
No code example is currently available or this language may not be supported.
- address MailAddress
-
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(New MailAddress("Address@Gmail.com"))
Dim isValid As Boolean = ValidateMail(New MailAddress("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.