Share via


SysEmailDistributor::validateEmail Method [AX 2012]

Validates an email address

Syntax

client server public static boolean validateEmail(str _email)

Run On

Called

Parameters

  • _email
    Type: str
    Email address

Return Value

Type: boolean
true if email address is valid. false otherwise.

Remarks

Official CEC compliant email address validation routines are not available.

This API will therefore validate the basic structure of email addresses.

See Also

Reference

SysEmailDistributor Class