Lines Matching defs:default
62 * @param bool $mdbUseDefaults Indicates whether the store should use the default quota, rather than the per-mailbox quota.
124 // We do not have to demote an email address from the default so we can just add the new proxy address
148 * @param bool $default Make this email address the default address, this is a bit more intensive as we have to demote any existing default addresses
152 public function addAddress($username, $emailAddress, $default = FALSE, $isGUID = false)
158 if ($default === true) {
167 // We need to scan existing proxy addresses and demote the default one
168 if (is_array($user[0]["proxyaddresses"]) && $default === true) {
188 // We do not have to demote an email address from the default so we can just add the new proxy address
212 * If you remove a default address the account will no longer have a default,
213 * we recommend changing the default address first
253 * Change the default address
256 * @param string $emailAddress The email address to make default