SysEmailDistributor::validateEmail Method [AX 2012]

Validates an email address

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.

Official CEC compliant email address validation routines are not available.

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

Show: