Adldap\Models\User::setOtherMailbox PHP Method

setOtherMailbox() public method

Sets the users other mailboxes.
public setOtherMailbox ( array $otherMailbox = [] ) : User
$otherMailbox array
return User
    public function setOtherMailbox($otherMailbox = [])
    {
        return $this->setAttribute($this->schema->otherMailbox(), $otherMailbox);
    }