LdapTools\Query\Builder\ADFilterBuilder::mailEnabled PHP Method

mailEnabled() public method

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