Home
last modified time | relevance | path

Searched refs:contactMailEnable (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPContacts.php290 public function contactMailEnable($distinguishedName, $emailAddress, $mailNickname = NULL){ function in adLDAPContacts
291 return $this->adldap->exchange()->contactMailEnable($distinguishedName, $emailAddress, $mailNickname);
H A DadLDAPExchange.php303 public function contactMailEnable($distinguishedName, $emailAddress, $mailNickname = NULL) function in adLDAPExchange