Adldap\Models\User::getOtherMailbox PHP Method

getOtherMailbox() public method

https://msdn.microsoft.com/en-us/library/ms679091(v=vs.85).aspx
public getOtherMailbox ( ) : array
return array
    public function getOtherMailbox()
    {
        return $this->getAttribute($this->schema->otherMailbox());
    }