Prado\Web\UI\WebControls\TEmailAddressValidator::getCheckMXRecord PHP Method

getCheckMXRecord() public method

public getCheckMXRecord ( ) : boolean
return boolean whether to check MX record for the email address being validated. Defaults to true.
    public function getCheckMXRecord()
    {
        return $this->getViewState('CheckMXRecord', false);
    }