Lines Matching full:add
57 * @param string $username The username of the user to add the Exchange account to
60 * @param string $emailAddress The primary email address to add to this user
99 * Add an X400 address to Exchange
103 * @param string $username The username of the user to add the X400 to to
124 // We do not have to demote an email address from the default so we can just add the new proxy address
128 $add = $this->adldap->adldap_schema($attributes);
130 if (!$add) { return false; }
135 $result = @ldap_mod_add($this->adldap->getLdapConnection(), $userDn, $add);
144 * Add an address to Exchange
146 * @param string $username The username of the user to add the Exchange account to
147 * @param string $emailAddress The email address to add to this user
188 // We do not have to demote an email address from the default so we can just add the new proxy address
192 $add = $this->adldap->adldap_schema($attributes);
194 if (!$add) {
201 $result = @ldap_mod_add($this->adldap->getLdapConnection(), $userDn,$add);
215 * @param string $username The username of the user to add the Exchange account to
216 * @param string $emailAddress The email address to add to this user
255 * @param string $username The username of the user to add the Exchange account to