LdapTools\Query\Builder\ADFilterBuilder::mailEnabled PHP Méthode

mailEnabled() public méthode

Checks for the existence of an attribute that should only be set on mail-enabled objects.
public mailEnabled ( ) : Wildcard
Résultat LdapTools\Query\Operator\Wildcard
    public function mailEnabled()
    {
        return $this->present(self::ATTR['PROXY_ADDRESSES']);
    }